refactor(database): rename filename to find the models by table name easily

This commit is contained in:
MingxuanGame
2025-10-03 03:33:47 +00:00
parent 40670c094b
commit 37b4eadf79
58 changed files with 76 additions and 115 deletions

View File

@@ -18,7 +18,7 @@ from app.database import (
from app.database.achievement import process_achievements
from app.database.counts import ReplayWatchedCount
from app.database.daily_challenge import process_daily_challenge_score
from app.database.playlist_attempts import ItemAttemptsCount
from app.database.item_attempts_count import ItemAttemptsCount
from app.database.playlist_best_score import (
PlaylistBestScore,
get_position,