Skip to content

Commit

Permalink
Revert "FIX tables.sql - missing ; breaks SQL queries. (QuivrHQ#1348)"
Browse files Browse the repository at this point in the history
This reverts commit d2fcb73.
  • Loading branch information
classcat-air committed Oct 7, 2023
1 parent d2fcb73 commit 7027e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ CREATE TABLE IF NOT EXISTS onboardings (
onboarding_b2 BOOLEAN NOT NULL DEFAULT true,
onboarding_b3 BOOLEAN NOT NULL DEFAULT true,
PRIMARY KEY (user_id)
);
)

insert into
storage.buckets (id, name)
Expand Down

0 comments on commit 7027e90

Please sign in to comment.