add migrate_old_team/entry/goalimages_enhanced

This commit is contained in:
2025-08-25 19:48:33 +09:00
parent 8e3f7024a2
commit 37ee26c3fd
6 changed files with 1394 additions and 0 deletions

View File

@ -404,8 +404,14 @@ class RogTableMigrator:
if exclude_tables is None:
exclude_tables = []
# 特殊処理が必要なテーブルは専用スクリプトで処理
exclude_tables.extend(['rog_team', 'rog_entry', 'rog_goalimages'])
logger.info("=" * 80)
logger.info("Old RogDB → RogDB データ移行開始")
logger.info("⚠️ rog_team は migrate_rog_team_enhanced.py で別途処理してください")
logger.info("⚠️ rog_entry は migrate_rog_entry_enhanced.py で別途処理してください")
logger.info("⚠️ rog_goalimages は migrate_rog_goalimages_enhanced.py で別途処理してください")
logger.info("=" * 80)
try: