mirror of https://github.com/ghostfolio/ghostfolio
5 changed files with 11 additions and 4 deletions
@ -0,0 +1,5 @@ |
|||
-- AlterTable |
|||
ALTER TABLE "Analytics" ADD COLUMN "lastRequestAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP; |
|||
|
|||
-- CreateIndex |
|||
CREATE INDEX "Analytics_lastRequestAt_idx" ON "Analytics"("lastRequestAt"); |
Loading…
Reference in new issue