forked from noxious/server
new migration
This commit is contained in:
parent
9bf88b86fe
commit
be2d7ca7f8
8
prisma/migrations/20240720175428_add_field/migration.sql
Normal file
8
prisma/migrations/20240720175428_add_field/migration.sql
Normal 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;
|
Loading…
x
Reference in New Issue
Block a user