M4-T01: add auth_login_throttle table + LoginThrottle model

This commit is contained in:
2026-06-21 21:03:20 +02:00
parent 6b67b8e0f8
commit 64d3882c16
6 changed files with 272 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ if str(PROJECT_ROOT) not in sys.path:
from app.config import get_settings
APP_BASELINE_REVISION = "20260611_06_merge_location_poo_tables"
APP_BASELINE_REVISION = "20260621_07_auth_login_throttle"
class AppDatabaseAdoptionError(RuntimeError):