Add background code migration service (#26652)
This commit is contained in:
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
Loading…
Add table
Add a link
Reference in a new issue