mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 20:21:47 +03:00
6 lines
175 B
SQL
6 lines
175 B
SQL
-- DropForeignKey
|
|
ALTER TABLE "snapshots" DROP CONSTRAINT "snapshots_workspace_id_fkey";
|
|
|
|
-- DropForeignKey
|
|
ALTER TABLE "updates" DROP CONSTRAINT "updates_workspace_id_fkey";
|