fix and update
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE "Session" ADD COLUMN "lastActivityAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP;
|
||||
|
||||
UPDATE "Session" SET "lastActivityAt" = "updatedAt";
|
||||
Reference in New Issue
Block a user