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 = {
'host': 'localhost',
'host': 'postgres-db',
'port': 5432,
'database': 'gifuroge',
'user': 'admin',
@ -262,7 +262,7 @@ def main():
}
target_config = {
'host': 'localhost',
'host': 'postgres-db',
'port': 5432,
'database': 'rogdb',
'user': 'admin',

View File

@ -79,3 +79,6 @@ pandas
reportlab
networkx
haversine
piexif==1.1.3
Pillow>=8.0.0