feat(ui): more ui improvements

This commit is contained in:
DecDuck
2024-11-24 16:12:19 +11:00
parent 8016830c34
commit b51db3b259
12 changed files with 201 additions and 85 deletions
@@ -0,0 +1,8 @@
/*
Warnings:
- Added the required column `mReleased` to the `Game` table without a default value. This is not possible if the table is not empty.
*/
-- AlterTable
ALTER TABLE "Game" ADD COLUMN "mReleased" TIMESTAMP(3) NOT NULL;