feat: migration-tool (#269)

* feat: working on migration backup tool

* feat: add migration sequences

* fix: responsive for migration tool

* fix: truncate database name in migration

* fix: filter on databases success for migration tool

---------

Co-authored-by: charles-gauthereau <charles.gauthereau@soluce-technologies.com>
This commit is contained in:
Charles GTE
2026-04-29 22:39:37 +02:00
committed by GitHub
co-authored by charles-gauthereau
parent ab55ab349a
commit ff28a80d7c
20 changed files with 4133 additions and 14 deletions
@@ -0,0 +1 @@
ALTER TABLE "backups" ADD COLUMN "migrated" boolean DEFAULT false;
File diff suppressed because it is too large Load Diff
+7
View File
@@ -372,6 +372,13 @@
"when": 1775803959723,
"tag": "0052_cute_punisher",
"breakpoints": true
},
{
"idx": 53,
"version": "7",
"when": 1777204042208,
"tag": "0053_lyrical_union_jack",
"breakpoints": true
}
]
}