feat: initialize migration infrastructure on config-driven branch
This commit is contained in:
parent
50745b0f22
commit
a509868257
1 changed files with 15 additions and 0 deletions
15
.migration/state/migration_state.json
Normal file
15
.migration/state/migration_state.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"phase": "init",
|
||||
"current_branch": "config-driven",
|
||||
"modules_completed": [],
|
||||
"modules_pending": [
|
||||
"config",
|
||||
"utils",
|
||||
"servers",
|
||||
"taskservs",
|
||||
"main_provisioning"
|
||||
],
|
||||
"errors": [],
|
||||
"checkpoints": [],
|
||||
"started_at": "2024-09-22T22:50:00Z"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue