gitlabhq/db/migrate/20120119203233_fix_notable_key.rb
2012-01-19 22:54:22 +02:00

6 lines
132 B
Ruby

class FixNotableKey < ActiveRecord::Migration
def change
change_column :notes, :noteable_id, :integer, :limit => 11
end
end