Update migration_data_protection.py

This commit is contained in:
2025-08-25 07:24:23 +09:00
parent 65e481de18
commit fed825a87e
2 changed files with 6 additions and 3 deletions

View File

@ -254,7 +254,7 @@ def main():
# データベース接続設定 # データベース接続設定
source_config = { source_config = {
'host': 'localhost', 'host': 'postgres-db',
'port': 5432, 'port': 5432,
'database': 'gifuroge', 'database': 'gifuroge',
'user': 'admin', 'user': 'admin',
@ -262,7 +262,7 @@ def main():
} }
target_config = { target_config = {
'host': 'localhost', 'host': 'postgres-db',
'port': 5432, 'port': 5432,
'database': 'rogdb', 'database': 'rogdb',
'user': 'admin', 'user': 'admin',

View File

@ -78,4 +78,7 @@ pandas
reportlab reportlab
networkx networkx
haversine haversine
piexif==1.1.3
Pillow>=8.0.0