quivr/backend/supabase/migrations/20240722102438_azure_additional_data.sql
Stan Girard cf5ad25896
feat(azure): changed auth method (#2890)
Auth method changed to web
2024-07-22 06:32:30 -07:00

4 lines
92 B
SQL

alter table "public"."syncs_user" add column "additional_data" jsonb default '{}'::jsonb;