Skip to content

Commit

Permalink
fix(data): remove unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
MengChiehLiu committed Aug 24, 2023
1 parent 7ae8d34 commit b45b68f
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 b45b68f

Please sign in to comment.