Skip to content

Commit

Permalink
incorrect column name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mohit2152sharma committed Dec 19, 2024
1 parent cfef305 commit 05f9da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/applied/prod/user.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CREATE TABLE users (
did TEXT NOT NULL,
email TEXT,
handle TEXT NOT NULL,
isSubscribed BOOLEAN DEFAULT FALSE,
is_subscribed BOOLEAN DEFAULT FALSE,
created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP NOT NULL,
updated_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP NOT NULL
);
Expand Down

0 comments on commit 05f9da4

Please sign in to comment.