feat: Implement database update/sync from seed, add schema migrations, and introduce deck skills view.

This commit is contained in:
kiyreload27
2025-12-31 23:18:32 +00:00
parent a2ac99e8b6
commit 040f8396dd
4 changed files with 37 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ This file is the single source of truth for the application version.
"""
# Semantic versioning: MAJOR.MINOR.PATCH
VERSION: str = "13.0.0"
VERSION: str = "13.0.2"
# Application metadata
APP_NAME: str = "UmamusumeCardManager"