Created
April 28, 2013 14:44
-
-
Save pbalduino/5477071 to your computer and use it in GitHub Desktop.
Saída do comando rake db:migrate
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:migrate | |
== ChangeNomeSizeInDepartamento: migrating =================================== | |
-- change_column(:departamentos, :nome, :string, {:limit=>60, :null=>false}) | |
-> 0.0445s | |
== ChangeNomeSizeInDepartamento: migrated (0.0447s) ========================== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment