ba2c021c45
Mirror to GitHub / mirror (push) Successful in 23s
Test and Lint / backend-test (push) Successful in 1m26s
continuous-integration/drone/push Build is passing
Test and Lint / frontend-test (push) Successful in 2m10s
Version and Release / version-bump (push) Successful in 37s
Version and Release / trigger-drone (push) Has been skipped
- Check for essential tables (events, photos, admin_users, activity_logs) to determine if it's truly a new deployment - Only run detectExistingSchema() for actual existing deployments - Remove obsolete init.js references (now 001_init.js) - Fix migration filters to handle renamed init file The issue was that detectExistingSchema() was marking migrations as applied from previous failed runs, causing the system to incorrectly treat new deployments as existing ones and run legacy migrations that expect tables to already exist.