Skip to content

Commit

Permalink
Fixed table name in upper
Browse files Browse the repository at this point in the history
Signed-off-by: Toomore Chiang <[email protected]>
  • Loading branch information
toomore committed Feb 12, 2025
1 parent 888a7ab commit b473725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CREATE TABLE IF NOT EXISTS campaign(
updated DATETIME DEFAULT NOW() ON UPDATE NOW()) character
SET 'utf8' COLLATE 'utf8_icelandic_ci';

CREATE TABLE IF NOT EXISTS USER (
CREATE TABLE IF NOT EXISTS user (
id int NOT NULL AUTO_INCREMENT,
email varchar(64) NOT NULL,
email_uni varchar(64) NOT NULL,
Expand Down

0 comments on commit b473725

Please sign in to comment.