Skip to content
Snippets Groups Projects
Commit 8c63efa8 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

Update 20160608113900_add_session_store.rb

parent c1bcd4f3
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@ require 'active_record'
class AddSessionStore < ActiveRecord::Migration
def change
create_table :sessions do |t|
t.string :cas_ticket
t.string :session_id
t.text :cas_ticket
t.text :session_id
t.text :data
t.datetime :created_at
t.datetime :updated_at
......
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