fix(db): correct when timestamps on migrations 0007/0008 so migrator applies them

This commit is contained in:
Roberto
2026-06-11 00:09:42 +02:00
parent 60925da98c
commit 55c1bab7b1

View File

@@ -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
}