tomodachi-share/prisma/migrations/20250407113906_images_to_image_count/migration.sql

9 lines
239 B
SQL

/*
Warnings:
- You are about to drop the column `images` on the `miis` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "miis" DROP COLUMN "images",
ADD COLUMN "imageCount" INTEGER NOT NULL DEFAULT 0;