Add background code migration service (#26652)

This commit is contained in:
Dax
2026-05-11 00:16:42 +00:00
committed by GitHub
parent 128d10d9e9
commit 7cea32ee08
5 changed files with 1635 additions and 0 deletions
@@ -0,0 +1,4 @@
CREATE TABLE `data_migration` (
`name` text PRIMARY KEY,
`time_completed` integer NOT NULL
);
File diff suppressed because it is too large Load Diff