mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-19 06:01:56 +03:00
6 lines
175 B
MySQL
6 lines
175 B
MySQL
|
-- DropForeignKey
|
||
|
ALTER TABLE "snapshots" DROP CONSTRAINT "snapshots_workspace_id_fkey";
|
||
|
|
||
|
-- DropForeignKey
|
||
|
ALTER TABLE "updates" DROP CONSTRAINT "updates_workspace_id_fkey";
|