mirror of https://github.com/ghostfolio/ghostfolio
2 changed files with 3 additions and 2 deletions
@ -1,6 +1,5 @@ |
|||||
-- AlterTable |
-- AlterTable |
||||
ALTER TABLE "Access" ADD COLUMN "expiresAt" TIMESTAMP(3), |
ALTER TABLE "Access" ADD COLUMN "expiresAt" TIMESTAMP(3); |
||||
ADD COLUMN "lastUsedAt" TIMESTAMP(3); |
|
||||
|
|
||||
-- Give an access which was granted before a date in the far future, because it |
-- Give an access which was granted before a date in the far future, because it |
||||
-- was granted with no expiration date |
-- was granted with no expiration date |
||||
@ -0,0 +1,2 @@ |
|||||
|
-- AlterTable |
||||
|
ALTER TABLE "Access" ADD COLUMN "lastUsedAt" TIMESTAMP(3); |
||||
Loading…
Reference in new issue