The migration file was renamed from 120000 to 120002 between v444 and v445, causing "duplicate table" errors for users upgrading from v444 who already have the cloud_init_scripts table created. This fix adds a table existence check before creation, making the migration idempotent and safe for both fresh installations and upgrades. Fixes the error: SQLSTATE[42P07]: Duplicate table: 7 ERROR: relation "cloud_init_scripts" already exists 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| factories | ||
| migrations | ||
| seeders | ||
| .gitignore | ||