Commit Graph

2 Commits

Author SHA1 Message Date
4cb505f21c auto-claude: 2.2 - Replace hardcoded password in run_migration.py with safe fallback and add warning comment 2026-01-10 12:49:18 +01:00
0dde9bde77 auto-claude: subtask-6-1 - Add run_migration.py for production deployment
Added a Python migration script that can be run on the production server
to add the google_opening_hours and google_photos_count columns.

Script connects to localhost (127.0.0.1) as required by PostgreSQL config.

Usage on production server:
  cd /var/www/nordabiznes && python3 run_migration.py

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-08 23:21:19 +01:00