Skip to content

Instantly share code, notes, and snippets.

@hayeah
Created January 22, 2010 18:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hayeah/284033 to your computer and use it in GitHub Desktop.
Save hayeah/284033 to your computer and use it in GitHub Desktop.
┌[~/tr][pts/5]
└> ENV=dev rake db:migrate
(in /home/howard/vp/transaction)
Migrating database vp_dev
-- add_column("authorizations", "recipient_user_id", :integer)
-> 0.2137s
-- rename_column("authorizations", "originator", "sender_user_id")
-> 0.0015s
-- rename_column("authorizations", "sender", "sender_account_id")
-> 0.0018s
-- rename_column("authorizations", "receiver", "recipient_account_id")
-> 0.0013s
-- rename_column("authorizations", "email", "recipient_email")
-> 0.0013s
-- remove_column("authorizations", "work_id")
-> 0.1148s
┌[~/tr][pts/5]
└> ENV=dev rake db:migrate
(in /home/howard/vp/transaction)
Migrating database vp_dev
┌[~/tr][pts/5]
└>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment