parent
41a4787bed
commit
e1e6afdb29
@ -1,2 +1,5 @@
|
||||
-- AlterTable
|
||||
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