updated config
This commit is contained in:
@@ -280,9 +280,9 @@ class Repository:
|
||||
|
||||
try:
|
||||
cursor.execute("SELECT COUNT(*) FROM outward_neft_api_log WHERE ROWNUM = 1")
|
||||
logger.info("✓ inoutward_neft_api_log table exists")
|
||||
logger.info("✓ outward_neft_api_log table exists")
|
||||
except Exception as e:
|
||||
logger.error(f"✗ inoutward_neft_api_log table not found: {e}")
|
||||
logger.error(f"✗ outward_neft_api_log table not found: {e}")
|
||||
raise SystemExit(
|
||||
"FATAL: outward_neft_api_log table must be created manually before running this application"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user