This commit completes the database consolidation cleanup by documenting
the historical migrations and updating all references to reflect the
single-database architecture.
Changes:
- db/openneo_id_migrate/README.md: Created comprehensive documentation
explaining the history of the separate database and why these migrations
are preserved but no longer runnable
- db/openneo_id_schema.rb: Deleted (no longer needed)
- README.md: Updated to reflect single-database architecture
- Removed mentions of "two databases"
- Updated "OpenNeo ID Database" section to "Authentication Architecture"
- Added reference to historical context in db/openneo_id_migrate/README.md
- deploy/setup.yml: Removed openneo_id database creation and privileges
for future deployments
- db/migrate/20240401124200_increase_username_length.rb: Updated comment
to note this was historically paired with an openneo_id migration
The codebase now fully reflects the consolidated single-database architecture.
The legacy migration files in db/openneo_id_migrate/ are preserved for
historical reference only.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>