Default true; server_default '1'. Lets the admin UI deactivate a user without losing the row or the user's content (servers, blueprints, overlays). Reactivation flips it back. Migration 0008 adds the column via op.add_column; downgrade uses batch_alter_table per SQLite ALTER TABLE semantics, matching the 0007 pattern. |
||
|---|---|---|
| .. | ||
| 0001_initial.py | ||
| 0002_workshop_overlays.py | ||
| 0003_global_map_overlays.py | ||
| 0004_drop_legacy_external_overlay_type.py | ||
| 0005_script_overlays.py | ||
| 0006_server_name_per_user.py | ||
| 0007_blueprint_overlay_expose_server_cfg.py | ||
| 0008_user_active.py | ||
| b2c684fddbd3_make_server_port_unique.py | ||