mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +10:00
fix: migration
This commit is contained in:
@ -25,6 +25,9 @@ WHERE "User"."url" IN (
|
|||||||
HAVING COUNT("UserTeamUrl"."url") > 1
|
HAVING COUNT("UserTeamUrl"."url") > 1
|
||||||
);
|
);
|
||||||
|
|
||||||
|
-- Custom (Drop existing profiles since they're not used)
|
||||||
|
DELETE FROM "UserProfile";
|
||||||
|
|
||||||
-- DropForeignKey
|
-- DropForeignKey
|
||||||
ALTER TABLE "UserProfile" DROP CONSTRAINT "UserProfile_id_fkey";
|
ALTER TABLE "UserProfile" DROP CONSTRAINT "UserProfile_id_fkey";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user