evolution-api/prisma/postgresql-migrations/20240712162206_remove_templates_table/migration.sql
2024-08-09 07:58:33 -03:00

12 lines
256 B
SQL

/*
Warnings:
- You are about to drop the `Template` table. If the table is not empty, all the data it contains will be lost.
*/
-- DropForeignKey
ALTER TABLE "Template" DROP CONSTRAINT "Template_instanceId_fkey";
-- DropTable
DROP TABLE "Template";