mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-11 20:05:25 +00:00
11 lines
243 B
SQL
11 lines
243 B
SQL
/*
|
|
Warnings:
|
|
|
|
- You are about to drop the `Secret` table. If the table is not empty, all the data it contains will be lost.
|
|
|
|
*/
|
|
-- DropForeignKey
|
|
ALTER TABLE "Secret" DROP CONSTRAINT "Secret_orgId_fkey";
|
|
|
|
-- DropTable
|
|
DROP TABLE "Secret";
|