mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-14 17:03:29 +03:00
FIX tables.sql - missing ; breaks SQL queries. (#1348)
# Description A missing ; in the CREATE query for onboarding tables breaks the script execution on Supabase. ## Checklist before requesting a review Please delete options that are not relevant. - [x ] My code follows the style guidelines of this project - [ x] I have performed a self-review of my code - [ x] Any dependent changes have been merged ## Screenshots (if appropriate):
This commit is contained in:
parent
b5c01efb78
commit
d2fcb737b7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user