Files
deckyvault/drizzle/meta/_journal.json
T
adrianbonpin 327dce2b19 feat(database): add community presets and game comments tables, update games and performance entries schema
- Created new ENUM types for game source, online multiplayer status, frame generation method, and FSR version.
- Added `community_presets` table with relevant fields and constraints.
- Added `game_comments` table to store user comments on games.
- Updated `games` table to allow null steam_app_id and added source and online_multiplayer_status columns.
- Enhanced `performance_entries` table with new fields for FSR version, frame generation method, upvotes, downvotes, and verification details.
- Established foreign key constraints for new tables and updated existing ones.
- Created indexes to optimize queries on comments and performance entries.
2026-04-25 19:13:51 +08:00

35 lines
641 B
JSON

{
"version": "7",
"dialect": "postgresql",
"entries": [
{
"idx": 0,
"version": "7",
"when": 1777089104474,
"tag": "0000_crazy_nick_fury",
"breakpoints": true
},
{
"idx": 1,
"version": "7",
"when": 1777091220497,
"tag": "0001_big_smiling_tiger",
"breakpoints": true
},
{
"idx": 2,
"version": "7",
"when": 1777096891299,
"tag": "0002_square_slayback",
"breakpoints": true
},
{
"idx": 3,
"version": "7",
"when": 1777115371276,
"tag": "0004_aspiring_meggan",
"breakpoints": true
}
]
}