Skip to content

Instantly share code, notes, and snippets.

@rlburkes
Created September 11, 2013 03:40
Show Gist options
  • Save rlburkes/6519110 to your computer and use it in GitHub Desktop.
Save rlburkes/6519110 to your computer and use it in GitHub Desktop.
class RenameHierarchicalToEnumeratedInProperties < ActiveRecord::Migration
def change
rename_column(:properties, :hierarchical, :enumerated)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment