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

@@ -347,7 +347,7 @@ export default async function migration() {
`);
await db.execute(sql`
ALTER TABLE "resources" ADD "health" varchar;
ALTER TABLE "resources" ADD "health" varchar DEFAULT 'unknown';
`);
await db.execute(sql`