mirror of https://github.com/ghostfolio/ghostfolio
1 changed files with 3 additions and 0 deletions
@ -1,2 +1,5 @@ |
|||||
-- AlterTable |
-- AlterTable |
||||
ALTER TABLE "SymbolProfile" ADD COLUMN "isActive" BOOLEAN NOT NULL DEFAULT true; |
ALTER TABLE "SymbolProfile" ADD COLUMN "isActive" BOOLEAN NOT NULL DEFAULT true; |
||||
|
|
||||
|
-- CreateIndex |
||||
|
CREATE INDEX "SymbolProfile_isActive_idx" ON "SymbolProfile"("isActive"); |
||||
|
Loading…
Reference in new issue