update to rails 4.2.5, clean up

This commit is contained in:
jomo
2016-01-17 19:45:46 +01:00
parent ce19d61e1d
commit e53228eaf1
11 changed files with 255 additions and 209 deletions

View File

@@ -3,7 +3,7 @@ class CreateSessions < ActiveRecord::Migration
create_table :sessions do |t|
t.string :session_id, :null => false
t.text :data
t.timestamps
t.timestamps null: true
end
add_index :sessions, :session_id