Created
May 23, 2016 08:33
-
-
Save amitpatelx/4241d649e6f901c79c46fac9adf5040f to your computer and use it in GitHub Desktop.
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
class ChangePrimaryKeyTypeOnContentUnit < ActiveRecord::Migration | |
def change | |
change_column :content_units, :guoid, :integer, limit: 8 | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment