Skip to content

Commit

Permalink
Fixed dummy data user email not being "NULL"
Browse files Browse the repository at this point in the history
  • Loading branch information
fmata97 committed Feb 12, 2024
1 parent 66c876a commit 3a363ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/init-demo.sql
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ INSERT INTO users
VALUES
('ist11xxxxx', TRUE, 'Demo User', '', 'xxxxx1@tecnico.ulisboa.pt'),
('ist12xxxxx', TRUE, 'Jane Smith', '', 'xxxxx2@tecnico.ulisboa.pt'),
('ist13xxxxx', FALSE, 'John Doe', '', ''),
('ist13xxxxx', FALSE, 'John Doe', '', NULL),
('ist14xxxxx', TRUE, 'Tom Bloggs', '', 'xxxxx4@tecnico.ulisboa.pt');

INSERT INTO reminders(title, "description", "date")
Expand Down

0 comments on commit 3a363ff

Please sign in to comment.