fix: issue with session migration

This commit is contained in:
dr-carrot
2024-01-20 14:48:47 -05:00
parent 0581d7b6ad
commit e93ab06504

View File

@@ -7,7 +7,7 @@ export class InitialMigration1705599190375 implements MigrationInterface {
await queryRunner.query(
`create table if not exists session
(
"expiredAt" int,
"expiredAt" bigint,
id text,
json text
);`