quivr/supabase/migrations/20240103194255_api.sql

4 lines
95 B
MySQL
Raw Normal View History

2024-01-03 23:53:37 +03:00
alter table "public"."user_settings" add column "API_ACCESS" boolean not null default false;