debian-mirror-gitlab/db/migrate/20160608155312_add_after_sign_up_text_to_application_settings.rb

6 lines
165 B
Ruby
Raw Normal View History

2019-02-15 15:39:39 +05:30
class AddAfterSignUpTextToApplicationSettings < ActiveRecord::Migration[4.2]
def change
add_column :application_settings, :after_sign_up_text, :text
end
end