SQL Server migration
Reported by Guilherme Chapiewski | 2009-05-25 20:17:34 UTC | in v1.5.0 (closed)
Make it possible to create SQL Server migrations.
Comments and changes to this ticket
-

Guilherme Chapiewski 2009-06-17 00:52:45 UTC
- Milestone changed from v1.2.8 to v1.4.0
-

Bernardo Heynemann 2010-07-14 17:55:06 UTC
- Milestone changed from v1.4.0 to BACKLOG
- Milestone order changed from 0 to 0
-

Guilherme Chapiewski 2010-07-15 12:11:16 UTC
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 2012-04-10 00:31:05 UTC
- 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/