mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-24 02:39:18 -05:00
fix: issue with session migration
This commit is contained in:
@@ -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
|
||||
);`
|
||||
|
||||
Reference in New Issue
Block a user