feat(database): add keepLatestCount column to backup table

This commit is contained in:
vicke4
2025-03-05 17:45:40 +05:30
parent 6ff06576d0
commit 54a3c6efff
4 changed files with 5139 additions and 0 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE "backup" ADD COLUMN "keepLatestCount" integer;

File diff suppressed because it is too large Load Diff

View File

@@ -491,6 +491,13 @@
"when": 1741152916611,
"tag": "0069_legal_bill_hollister",
"breakpoints": true
},
{
"idx": 70,
"version": "7",
"when": 1741176766694,
"tag": "0070_rapid_quasar",
"breakpoints": true
}
]
}