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