fix migrations
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
class AddCustomStyleToUsers < ActiveRecord::Migration
|
class AddCustomStyleToUsers < ActiveRecord::Migration
|
||||||
def change
|
def change
|
||||||
|
execute "set statement_timeout = 0"
|
||||||
add_column :users, :custom_style, :text
|
add_column :users, :custom_style, :text
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user