gitlabhq/db/migrate/20120119203233_fix_notable_key.rb

6 lines
132 B
Ruby
Raw Normal View History

2012-01-19 21:54:05 +01:00
class FixNotableKey < ActiveRecord::Migration
def change
change_column :notes, :noteable_id, :integer, :limit => 11
end
end