debian-mirror-gitlab/db/migrate/20150529150354_add_after_sign_out_path_for_application_settings.rb
2015-09-11 14:41:01 +05:30

5 lines
164 B
Ruby

class AddAfterSignOutPathForApplicationSettings < ActiveRecord::Migration
def change
add_column :application_settings, :after_sign_out_path, :string
end
end