refactor: centralize configuration
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE "article" drop column "tsv";--> statement-breakpoint
|
||||
ALTER TABLE "article" ADD COLUMN "tsv" "tsvector" GENERATED ALWAYS AS (setweight(to_tsvector('french'::regconfig, COALESCE(title, '')::text), 'A'::"char")) STORED;--> statement-breakpoint
|
||||
File diff suppressed because it is too large
Load Diff
@@ -14,6 +14,13 @@
|
||||
"tag": "0001_init",
|
||||
"version": "7",
|
||||
"when": 1762775267679
|
||||
},
|
||||
{
|
||||
"breakpoints": true,
|
||||
"idx": 2,
|
||||
"tag": "0002_modern_joseph",
|
||||
"version": "7",
|
||||
"when": 1763920009482
|
||||
}
|
||||
],
|
||||
"version": "7"
|
||||
|
||||
Reference in New Issue
Block a user