Set the default to unknown

This commit is contained in:
Owen
2026-04-27 17:15:44 -07:00
parent 81a6fb8d00
commit f89b0a17ac
4 changed files with 4 additions and 4 deletions

View File

@@ -332,7 +332,7 @@ export default async function migration() {
).run();
db.prepare(
`
ALTER TABLE 'resources' ADD 'health' text;
ALTER TABLE 'resources' ADD 'health' text DEFAULT 'unknown';
`
).run();
db.prepare(