gitlab-org--gitlab-foss/db/migrate/20160608155312_add_after_si...

6 lines
165 B
Ruby

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