Skip to content

Instantly share code, notes, and snippets.

@scottwb
Created September 21, 2010 19:27
Show Gist options
  • Save scottwb/590354 to your computer and use it in GitHub Desktop.
Save scottwb/590354 to your computer and use it in GitHub Desktop.
scottwb-mbp% rake db:migrate
(in /Users/scottwb/src/testapp)
== AddSongFoo: migrating =================================================
-- execute("ALTER TABLE `songs` ADD `foo` decimal(15,10), ADD INDEX `index_songs_on_foo` (`foo`)")
-> 509.8871s
== AddSongFoo: migrated (509.8876s) ======================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment