Welcome to mirror list, hosted at ThFree Co, Russian Federation.

20120119203233_fix_notable_key.rb « migrate « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9b902d06a2a2a0ca3124cd7fef05eabd17d39eeb (plain)
1
2
3
4
5
class FixNotableKey < ActiveRecord::Migration
  def change
    change_column :notes, :noteable_id, :integer, :limit => 11
  end
end