Skip to content

Commit

Permalink
Merge pull request #31 from MengChiehLiu/develop
Browse files Browse the repository at this point in the history
Version 1.0.20
  • Loading branch information
MengChiehLiu authored Aug 24, 2023
2 parents 33a1081 + b45b68f commit c429a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ INSERT INTO subjects (id, name, is_debit, parent_id) VALUES


-- mock data
INSERT INTO users (name, email, password, last_updated) VALUES ('Jack', '[email protected]', '$2b$10$utwwc71ynkivAvGZom5GQOGTWJ0iYMwfdWB1cGZjSpaQGFMa3JWvu', '2023-03-01');
INSERT INTO users (name, email, password) VALUES ('Jack', '[email protected]', '$2b$10$utwwc71ynkivAvGZom5GQOGTWJ0iYMwfdWB1cGZjSpaQGFMa3JWvu');
INSERT INTO entries (user_id, timestamp) VALUES
(1, '2023/03/01 00:00:00'),
(1, '2023/03/01 00:00:00'),
Expand Down

0 comments on commit c429a8d

Please sign in to comment.