[BUG] Crazy things happen when you try to create a migration without a name
Reported by Guilherme Chapiewski | August 12th, 2009 @ 06:38 PM | in v1.3.7
Crazy things happen when you try to create a migration without a name. For example:
$ db-migrate --create='a' -c vinagrette/migrations/local.conf
will produce the following output:
Starting DB migration...
- Current version is: 20090810114000 - Destination version is:
20090810112000 [ERROR] impossible to migrate down: one of
the versions was not found (20090810114000)
This parameter should be validated and a coherent error message should be displayed.
Comments and changes to this ticket
-
Guilherme Chapiewski October 5th, 2009 @ 11:59 AM
- Milestone changed from v1.4.0 to v1.3.7
-
Guilherme Chapiewski October 5th, 2009 @ 12:02 PM
- State changed from new to open
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/