Newer
Older
dmpopidor / db / migrate / 20180123161959_change_long_strings_to_text.rb
@Quentin Sonrel Quentin Sonrel on 16 May 2018 290 bytes Implemented Notifications
class ChangeLongStringsToText < ActiveRecord::Migration
  def change
    # change_column :orgs, :links, :text
    # change_column :templates, :links, :text
    # change_column :identifier_schemes, :logo_url, :text
    # change_column :identifier_schemes, :user_landing_url, :text
  end
end