feat: add steam review fields to games schema
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE "games" ADD COLUMN "steam_review_score" integer;--> statement-breakpoint
|
||||
ALTER TABLE "games" ADD COLUMN "steam_review_sentiment" text;--> statement-breakpoint
|
||||
ALTER TABLE "games" ADD COLUMN "steam_review_count" integer;
|
||||
File diff suppressed because it is too large
Load Diff
@@ -106,6 +106,13 @@
|
||||
"when": 1777429918273,
|
||||
"tag": "0014_purple_firebird",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 15,
|
||||
"version": "7",
|
||||
"when": 1777545844610,
|
||||
"tag": "0015_nappy_the_phantom",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user