fix(db): correct when timestamps on migrations 0007/0008 so migrator applies them
This commit is contained in:
@@ -54,14 +54,14 @@
|
||||
{
|
||||
"idx": 7,
|
||||
"version": "6",
|
||||
"when": 1747353600000,
|
||||
"when": 1778777200000,
|
||||
"tag": "0007_scouts_rename",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 8,
|
||||
"version": "6",
|
||||
"when": 1747440000000,
|
||||
"when": 1778777300000,
|
||||
"tag": "0008_scout_suggestions",
|
||||
"breakpoints": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user