add migration to delete old lua-porom sessions
This commit is contained in:
parent
59e40ed5fd
commit
9d1cd01f69
@ -8,6 +8,7 @@ def migrate_old_avatars():
|
||||
# format: [str|tuple(str, any...)|callable]
|
||||
MIGRATIONS = [
|
||||
migrate_old_avatars,
|
||||
'DELETE FROM sessions', # delete old lua porom sessions
|
||||
]
|
||||
|
||||
def run_migrations():
|
||||
|
Loading…
Reference in New Issue
Block a user