fix migration for alpha.10 (#2811)

* fix migration for alpha.10

* fix binds

* don't commit if db model does not match

* stronger guard

* better guard
This commit is contained in:
Aiden McClelland
2025-01-15 22:40:10 +00:00
committed by GitHub
parent 5e103770fd
commit 0a9f1d2a27
6 changed files with 96 additions and 7 deletions

4
web/package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "startos-ui",
"version": "0.3.6-alpha.10",
"version": "0.3.6-alpha.11",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "startos-ui",
"version": "0.3.6-alpha.10",
"version": "0.3.6-alpha.11",
"license": "MIT",
"dependencies": {
"@angular/animations": "^14.1.0",

View File

@@ -1,6 +1,6 @@
{
"name": "startos-ui",
"version": "0.3.6-alpha.10",
"version": "0.3.6-alpha.11",
"author": "Start9 Labs, Inc",
"homepage": "https://start9.com/",
"license": "MIT",