Skip to content
Snippets Groups Projects
Commit 83315f3a authored by Charlie Smurthwaite's avatar Charlie Smurthwaite
Browse files

update authie schema

parent 1f3e8e1d
No related branches found
No related tags found
No related merge requests found
# This migration comes from authie (originally 20180215152200)
class AddHostToAuthieSessions < ActiveRecord::Migration[4.2]
def change
add_column :authie_sessions, :host, :string
end
end
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment