Skip to content

Commit

Permalink
To be consistent with the other commands, I renamed the test... And a…
Browse files Browse the repository at this point in the history
…lso made it more verbose, which turns out to be quite helpful when debugging.
  • Loading branch information
al-the-x committed Nov 22, 2011
1 parent b187739 commit 73de742
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/migration-test

This file was deleted.

11 changes: 11 additions & 0 deletions bin/migrations-test
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash -xv

migrations-init

MIGRATION=$(basename $(migrations-create --force))

migrations-register $MIGRATION

migrations-apply --up-from $MIGRATION

migrations-init --uninstall

0 comments on commit 73de742

Please sign in to comment.