fix migrations

This commit is contained in:
r888888888 2013-07-16 17:09:04 -07:00
parent d1be659243
commit 01057a9cd5

View File

@ -1,5 +1,6 @@
class AddCustomStyleToUsers < ActiveRecord::Migration
def change
execute "set statement_timeout = 0"
add_column :users, :custom_style, :text
end
end