Created
June 17, 2010 01:50
-
-
Save tammersaleh/441555 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ rake db:drop:all | |
(in /Users/tsaleh/code/tsaleh/lettercase) | |
Couldn't drop lettercase_test : #<Mysql::Error: Unknown database 'lettercase_test'> | |
$ rake db:create:all | |
(in /Users/tsaleh/code/tsaleh/lettercase) | |
lettercase_test already exists |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment