Skip to content

Commit

Permalink
Update migration file
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaUrsa committed Feb 17, 2024
1 parent 5401221 commit 8d747bc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ ALTER TYPE "ai_model_new" RENAME TO "ai_model";
DROP TYPE "ai_model_old";
COMMIT;

-- Drop the unique constraint
ALTER TABLE ai_channels DROP CONSTRAINT aichannels_channelid_personaid_unique;

-- DropIndex
DROP INDEX "aichannels_channelid_personaid_unique";

Expand Down

0 comments on commit 8d747bc

Please sign in to comment.