add migration to delete old lua-porom sessions

This commit is contained in:
Lera Elvoé 2025-07-04 20:13:48 +03:00
parent 59e40ed5fd
commit 9d1cd01f69
Signed by: yagich
SSH Key Fingerprint: SHA256:6xjGb6uA7lAVcULa7byPEN//rQ0wPoG+UzYVMfZnbvc

View File

@ -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():