fc5: migration 0015 + MigrationRun model (kind/status as String(32), API-validated)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-22 08:11:42 -04:00
parent 0f31e84635
commit da9c19b2dc
3 changed files with 90 additions and 0 deletions
+2
View File
@@ -10,6 +10,7 @@ from .image_record import ImageRecord
from .import_batch import ImportBatch
from .import_settings import ImportSettings
from .import_task import ImportTask
from .migration_run import MigrationRun
from .ml_settings import MLSettings
from .post import Post
from .post_attachment import PostAttachment
@@ -40,6 +41,7 @@ __all__ = [
"ImportTask",
"ImportSettings",
"MLSettings",
"MigrationRun",
"TagAlias",
"TagAllowlist",
"TagReferenceEmbedding",