change session_hash from text to string

This commit is contained in:
John McAliley 2011-11-30 12:10:27 -05:00
parent dea04a6c07
commit f0d1288b2d
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ class CreateImpressionsTable < ActiveRecord::Migration
t.string :view_name
t.string :request_hash
t.string :ip_address
t.text :session_hash
t.string :session_hash
t.text :message
t.text :referrer
t.timestamps