change session_hash from text to string
This commit is contained in:
parent
dea04a6c07
commit
f0d1288b2d
|
@ -9,7 +9,7 @@ class CreateImpressionsTable < ActiveRecord::Migration
|
||||||
t.string :view_name
|
t.string :view_name
|
||||||
t.string :request_hash
|
t.string :request_hash
|
||||||
t.string :ip_address
|
t.string :ip_address
|
||||||
t.text :session_hash
|
t.string :session_hash
|
||||||
t.text :message
|
t.text :message
|
||||||
t.text :referrer
|
t.text :referrer
|
||||||
t.timestamps
|
t.timestamps
|
||||||
|
|
Loading…
Reference in New Issue