SQL Server migration
Reported by Guilherme Chapiewski | May 25th, 2009 @ 08:17 PM | in v1.5.0 (closed)
Make it possible to create SQL Server migrations.
Comments and changes to this ticket
-
Guilherme Chapiewski June 17th, 2009 @ 12:52 AM
- Milestone changed from v1.2.8 to v1.4.0
-
Bernardo Heynemann July 14th, 2010 @ 05:55 PM
- Milestone changed from v1.4.0 to BACKLOG
- Milestone order changed from 0 to 0
-
Guilherme Chapiewski July 15th, 2010 @ 12:11 PM
This was implemented by Bruno Caimar in his simple-bd-migrate clone on Github: http://github.com/BrunoCaimar/simple-db-migrate
The problem is that a lot of things have evolved since his implementation (class/method changes, etc), so we should not simply merge his modifications but "cherry pick" what he has done and adapt to the new way simple-db-migrate is working.
-
Wandenberg Peixoto April 10th, 2012 @ 12:31 AM
- State changed from new to resolved
- Milestone changed from BACKLOG to v1.5.0
- Milestone order changed from 18 to 0
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/