1
0
forked from noxious/server

new migration

This commit is contained in:
Dennis Postma 2024-07-20 19:55:02 +02:00
parent 9bf88b86fe
commit be2d7ca7f8

View File

@ -0,0 +1,8 @@
/*
Warnings:
- Added the required column `type` to the `Sprite` table without a default value. This is not possible if the table is not empty.
*/
-- AlterTable
ALTER TABLE `Sprite` ADD COLUMN `type` VARCHAR(191) NOT NULL;