quivr/supabase/migrations/local_20240107152745_ollama.sql
Stan Girard b2d1d10212 feat: 🎸 supabase
migrated to supabase cli
2024-01-07 16:50:38 +01:00

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;