Files
ss-tools/backend
busya ce0c0cf235 fix: add missing call to _ensure_roles_is_admin_column() in init_db()
The inline migration _ensure_roles_is_admin_column() was defined but
never called from init_db(). This caused 'column roles.is_admin does
not exist' errors when logging in against databases with an older
schema. Added the missing call to ensure the column is created during
startup.
2026-05-26 18:50:48 +03:00
..
2026-05-26 09:30:41 +03:00
2026-02-25 21:19:48 +03:00
2026-05-20 23:54:53 +03:00