mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-12 07:42:40 +10:00
9 lines
228 B
SQL
9 lines
228 B
SQL
/*
|
|
Warnings:
|
|
|
|
- Added the required column `mCoverId` to the `Game` table without a default value. This is not possible if the table is not empty.
|
|
|
|
*/
|
|
-- AlterTable
|
|
ALTER TABLE "Game" ADD COLUMN "mCoverId" TEXT NOT NULL;
|