updated config

This commit is contained in:
2026-03-18 15:29:09 +05:30
parent b9dc68254c
commit 611e56d0b3
5 changed files with 139 additions and 2 deletions

View File

@@ -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"
)