feat: AppSetting model and migration 0004

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-18 20:22:23 -04:00
parent 38416b412a
commit e6fa8baed1
4 changed files with 48 additions and 1 deletions
@@ -12,7 +12,7 @@ import sqlalchemy as sa
revision: str = "traefik_001_initial"
down_revision: Union[str, None] = None
branch_labels: Union[str, Sequence[str], None] = "traefik"
depends_on: Union[str, Sequence[str], None] = ("0003_ansible_runs",)
depends_on: Union[str, Sequence[str], None] = ("0004_app_settings",)
def upgrade() -> None: