Changes between Initial Version and Version 3 of Ticket #2590
- Timestamp:
- Feb 8, 2014, 6:16:18 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2590
- Property Cc rutsky.vladimir@… added
- Property Version changed from 0.8.8 to
- Property Milestone changed from 0.8.+ to 0.9.+
-
Ticket #2590 – Description
initial v3 4 4 5 5 This would make a decent, if small, Google Summer of Code project. 6 7 == Scope == 8 9 The goal of this project is clear: replace the functionality of SQLAlchemy-Migrate with equivalent functionality implemented with Alembic. A GSoC application should also address: 10 11 * Compatibility - users with current versions of Buildbot must be able to upgrade to Alembic 12 * Testing - when database migrations fail, users lose data. The current migrations are thoroughly tested to ensure they do the right thing on all supported databases, and the new implementation must do the same.