Skip to content

Commit e731226

Browse files
committed
chore(db): use a documentation block for the migration note
1 parent 0857c8a commit e731226

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/db/migrations/0346_half_precision_search_candidates.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- New secondary indexes are built after the bulk load in script migration 0016.
1+
/** New secondary indexes are built after the bulk load in script migration 0016. */
22
CREATE TABLE IF NOT EXISTS "embedding_keyword_search" (
33
"id" text PRIMARY KEY NOT NULL,
44
"knowledge_base_id" text NOT NULL,

0 commit comments

Comments
 (0)