Set size to int

This commit is contained in:
jeffvli
2022-10-12 18:21:51 -07:00
parent 99f30439e1
commit 0772566637
3 changed files with 14 additions and 29 deletions
@@ -0,0 +1,9 @@
/*
Warnings:
- The `size` column on the `Song` table would be dropped and recreated. This will lead to data loss if there is data in the column.
*/
-- AlterTable
ALTER TABLE "Song" DROP COLUMN "size",
ADD COLUMN "size" INTEGER;