chore: 年度リストを昇順に変更

This commit is contained in:
admin
2026-06-07 21:58:20 +09:00
parent 91632ea5b6
commit 4a500ff5e9
25 changed files with 1531 additions and 67 deletions

View File

@@ -146,13 +146,6 @@ def run_auto_migration():
except Exception as e:
print(f"⚠️ ねんきんポータル テーブル作成エラー(無視): {e}")
# ── 銀行明細テーブル作成 ──
try:
from app.modules.bank_statements.migration import create_bank_statement_table
create_bank_statement_table()
except Exception as e:
print(f"⚠️ 銀行明細テーブル作成エラー(無視): {e}")
except Exception as e:
print(f"\n❌ 無法連接到數據庫或執行遷移: {e}")
print("\n提示:")