#56 ✓resolved
Guilherme Chapiewski

[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

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.

New-ticket Create new ticket

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/

People watching this ticket

Pages