runtime error
Exit code: 1. Reason: 2025-01-19 15:59:01,299 - __main__ - INFO - Successfully connected to PostgreSQL database 2025-01-19 15:59:02,173 - __main__ - ERROR - Error initializing database: column "generation_timestamp" does not exist Traceback (most recent call last): File "/home/user/app/app.py", line 339, in <module> init_db() # Initialize the database on program start File "/home/user/app/app.py", line 99, in init_db cursor.execute('CREATE INDEX IF NOT EXISTS idx_timestamp ON generated_images (generation_timestamp);') psycopg2.errors.UndefinedColumn: column "generation_timestamp" does not exist
Container logs:
Fetching error logs...