schema: add sync error tracking columns to games table

This commit is contained in:
2026-04-29 10:33:53 +08:00
parent 133a4a9cc2
commit 861ac7dfdc
4 changed files with 1758 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
ALTER TABLE "games" ADD COLUMN "sync_error" text;--> statement-breakpoint
ALTER TABLE "games" ADD COLUMN "sync_retry_count" integer DEFAULT 0;--> statement-breakpoint
ALTER TABLE "games" ADD COLUMN "sync_next_retry" timestamp;
File diff suppressed because it is too large Load Diff
+7
View File
@@ -99,6 +99,13 @@
"when": 1777392960312,
"tag": "0013_supreme_purple_man",
"breakpoints": true
},
{
"idx": 14,
"version": "7",
"when": 1777429918273,
"tag": "0014_purple_firebird",
"breakpoints": true
}
]
}