feat(fc3b): migration 0012 + AppSetting model

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-20 18:33:14 -04:00
parent e623e97be2
commit 2a18016b69
4 changed files with 94 additions and 0 deletions
+2
View File
@@ -1,5 +1,6 @@
"""All ORM models. Import this module to make every model visible to Alembic."""
from .app_setting import AppSetting
from .artist import Artist
from .base import Base
from .credential import Credential
@@ -22,6 +23,7 @@ from .tag_suggestion_rejection import TagSuggestionRejection
__all__ = [
"Base",
"AppSetting",
"Artist",
"Source",
"Credential",