init push
This commit is contained in:
2
backend/store/pg/migration/000004_kb_dataset_id.up.sql
Normal file
2
backend/store/pg/migration/000004_kb_dataset_id.up.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- add dataset_id to knowledge_bases table
|
||||
ALTER TABLE "public"."knowledge_bases" ADD COLUMN "dataset_id" text NULL;
|
||||
Reference in New Issue
Block a user