Store migrations history
Reported by Guilherme Chapiewski | February 13th, 2009 @ 10:09 PM | in v1.2.0
Store database migrations history.
This would be useful if two users created database migration in different branches. After the integration, db-migrate could migrate only the remaining versions.
Comments and changes to this ticket
-
Guilherme Chapiewski March 3rd, 2009 @ 04:07 PM
- Milestone changed from BACKLOG to v1.2.0
-
Guilherme Chapiewski March 11th, 2009 @ 04:43 PM
- State changed from new to open
Thins to do
-- store migrations history on UP
-- delete from migrations history when DOWN
-- execute only needed migrations when up
-- check if all migrations are there before DOWN
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
simple-db-migrate is a database migration tool inpired on Rails migrations. For more info check the project website: http://guilhermechapiewski.github.com/simple-db-migrate/