Skip to content

Commit

Permalink
fix(notification-service): rectify migration syntax error (#1895)
Browse files Browse the repository at this point in the history
gh-00
  • Loading branch information
yeshamavani authored Jan 9, 2024
1 parent 8f321d2 commit 4470375
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ CREATE TABLE main.notification_users (

CREATE TABLE main.notifications (
id uuid DEFAULT md5(random()::text || clock_timestamp()::text)::uuid NOT NULL,
subject varchar(100,
subject varchar(100),
body varchar(250) NOT NULL,
receiver json NOT NULL,
"type" integer NOT NULL,
Expand Down

0 comments on commit 4470375

Please sign in to comment.