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