From 01057a9cd54793cae62b9be2f435a5bca5d25594 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Tue, 16 Jul 2013 17:09:04 -0700 Subject: [PATCH] fix migrations --- db/migrate/20130712162600_add_custom_style_to_users.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/db/migrate/20130712162600_add_custom_style_to_users.rb b/db/migrate/20130712162600_add_custom_style_to_users.rb index 4b4ebba22..1b1531480 100644 --- a/db/migrate/20130712162600_add_custom_style_to_users.rb +++ b/db/migrate/20130712162600_add_custom_style_to_users.rb @@ -1,5 +1,6 @@ class AddCustomStyleToUsers < ActiveRecord::Migration def change + execute "set statement_timeout = 0" add_column :users, :custom_style, :text end end