debian-mirror-gitlab/db/migrate/20150529150354_add_after_sign_out_path_for_application_settings.rb

6 lines
191 B
Ruby
Raw Normal View History

# rubocop:disable all
2019-02-15 15:39:39 +05:30
class AddAfterSignOutPathForApplicationSettings < ActiveRecord::Migration[4.2]
2015-09-11 14:41:01 +05:30
def change
add_column :application_settings, :after_sign_out_path, :string
end
end