parent
634bdf16d6
commit
8f165d46e0
@ -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
|
||||
# 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"
|
Loading…
Reference in new issue