Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
Change session DB column size.
Browse files Browse the repository at this point in the history
  • Loading branch information
redlibrarian committed Apr 21, 2015
1 parent 39a5ebb commit 1d87ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20140721220953_add_sessions_table.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class AddSessionsTable < ActiveRecord::Migration
def change
create_table :sessions do |t|
t.string :session_id, :null => false
t.text :data
t.column :data, :longtext
t.timestamps
end

Expand Down

0 comments on commit 1d87ed9

Please sign in to comment.