Skip to content

Instantly share code, notes, and snippets.

@lewang
Created September 4, 2014 13:54
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 lewang/3809fc3170507258b2a8 to your computer and use it in GitHub Desktop.
Save lewang/3809fc3170507258b2a8 to your computer and use it in GitHub Desktop.
~/src/tickit-app [feature/new-survey]
% be rake db:migrate Thu 09:54:07
== AddRawSubmissionJsonColumnToSubmission: migrating =========================
-- add_column(:submissions, :encrypted_raw_json, :text)
-> 0.1021s
-- add_column(:submissions, :is_malformed, :boolean, {:default=>false})
-> 0.0611s
== AddRawSubmissionJsonColumnToSubmission: migrated (0.1634s) ================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment