xyter/prisma/migrations/20221219171553_fix_typo/migration.sql

9 lines
267 B
SQL

/*
Warnings:
- You are about to drop the column `statis` on the `GuildConfigWelcome` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE `GuildConfigWelcome` DROP COLUMN `statis`,
ADD COLUMN `status` BOOLEAN NOT NULL DEFAULT false;