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