mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-09-08 05:26:00 +00:00
chore: preparar versão 2.7.13
This commit is contained in:
3
drizzle/0034_superb_blonde_phantom.sql
Normal file
3
drizzle/0034_superb_blonde_phantom.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DROP INDEX "lancamentos_ofx_fit_id_user_id_idx";--> statement-breakpoint
|
||||
ALTER TABLE "lancamentos" ADD COLUMN "ofx_import_fingerprint" text;--> statement-breakpoint
|
||||
CREATE UNIQUE INDEX "lancamentos_ofx_import_fingerprint_user_id_idx" ON "lancamentos" USING btree ("user_id","ofx_import_fingerprint") WHERE ofx_import_fingerprint IS NOT NULL;
|
||||
3008
drizzle/meta/0034_snapshot.json
Normal file
3008
drizzle/meta/0034_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -232,6 +232,13 @@
|
||||
"when": 1782685465530,
|
||||
"tag": "0033_demonic_supreme_intelligence",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 34,
|
||||
"version": "7",
|
||||
"when": 1786299746933,
|
||||
"tag": "0034_superb_blonde_phantom",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user