Skip to content

Commit

Permalink
Update database.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
Iqbolshoh authored Mar 3, 2025
1 parent 56976be commit d5519c9
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,12 @@ CREATE TABLE answers (
FOREIGN KEY (question_id) REFERENCES questions(id)
);

-- Login: iqbolshoh
-- Password: 1

-- ==============================
-- 📥 DATA INSERTION (COMPLETE)
-- ==============================
-- DEFAULT PASSWORD: "IQBOLSHOH" (HASHED FOR SECURITY)
-- ==============================

INSERT INTO
users (
Expand All @@ -119,7 +123,7 @@ VALUES
'Ilhomjonov',
'[email protected]',
'iqbolshoh',
'65c2a32982abe41b1e6ff888d351ee6b7ade33affd4a595667ea7db910aecaa8'
'52be5ff91284c65bac56f280df55f797a5c505f7ef66317ff358e34791507027'
);

INSERT INTO
Expand Down Expand Up @@ -359,4 +363,4 @@ VALUES
(1, 'detected'),
(1, 'saw'),
(1, 'perceived'),
(1, 'recognized')
(1, 'recognized')

0 comments on commit d5519c9

Please sign in to comment.