mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-03 06:24:15 +03:00
b2d1d10212
migrated to supabase cli
6 lines
177 B
SQL
6 lines
177 B
SQL
alter table "public"."vectors" alter column "embedding" set not null;
|
|
|
|
alter table "public"."vectors" alter column "embedding" set data type vector using "embedding"::vector;
|
|
|
|
|