mirror of https://github.com/ghostfolio/ghostfolio
3 changed files with 8 additions and 1 deletions
@ -0,0 +1,5 @@ |
|||||
|
-- AlterTable |
||||
|
ALTER TABLE "SymbolProfile" ADD COLUMN "cusip" TEXT; |
||||
|
|
||||
|
-- CreateIndex |
||||
|
CREATE INDEX "SymbolProfile_cusip_idx" ON "SymbolProfile"("cusip"); |
@ -1,3 +1,3 @@ |
|||||
# Please do not edit this file manually |
# Please do not edit this file manually |
||||
# It should be added in your version-control system (i.e. Git) |
# It should be added in your version-control system (e.g., Git) |
||||
provider = "postgresql" |
provider = "postgresql" |
Loading…
Reference in new issue