mirror of https://github.com/ghostfolio/ghostfolio
Thomas Kaul
2 months ago
committed by
GitHub
1 changed files with 5 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||||
|
-- AlterTable |
||||
|
ALTER TABLE "_OrderToTag" ADD CONSTRAINT "_OrderToTag_AB_pkey" PRIMARY KEY ("A", "B"); |
||||
|
|
||||
|
-- DropIndex |
||||
|
DROP INDEX "_OrderToTag_AB_unique"; |
Loading…
Reference in new issue