mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-14 01:41:24 -06:00
12 lines
256 B
SQL
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";
|