diff --git a/db/migrate/20180123161959_change_long_strings_to_text.rb b/db/migrate/20180123161959_change_long_strings_to_text.rb index 47cef6d..fe9645f 100644 --- a/db/migrate/20180123161959_change_long_strings_to_text.rb +++ b/db/migrate/20180123161959_change_long_strings_to_text.rb @@ -1,9 +1,9 @@ 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 + #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