feat(server upgrade): added in a catch incase we try to upgrade again

This commit is contained in:
2025-03-15 15:22:38 -05:00
parent b6f1cfdc6c
commit ab16059387
4 changed files with 1050 additions and 1 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE "serverData" ADD COLUMN "isUpgrading" boolean DEFAULT false;

File diff suppressed because it is too large Load Diff

View File

@@ -113,6 +113,13 @@
"when": 1741952150913,
"tag": "0015_wonderful_lady_vermin",
"breakpoints": true
},
{
"idx": 16,
"version": "7",
"when": 1742051878587,
"tag": "0016_wet_doctor_strange",
"breakpoints": true
}
]
}