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

6 lines
160 B
Ruby
Raw Normal View History

class AddAfterSignUpTextToApplicationSettings < ActiveRecord::Migration
def change
add_column :application_settings, :after_sign_up_text, :text
end
end