fix pixiv id migration
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
class AddPixivIdToPosts < ActiveRecord::Migration
|
class AddPixivIdToPosts < ActiveRecord::Migration
|
||||||
def up
|
def up
|
||||||
execute "set statement_timeout = 0"
|
execute "set statement_timeout = 0"
|
||||||
|
remove_index :posts, :pixiv_id
|
||||||
add_column :posts, :pixiv_id, :integer
|
add_column :posts, :pixiv_id, :integer
|
||||||
execute "create index index_posts_on_pixiv_id on posts (pixiv_id) where pixiv_id is not null"
|
execute "create index index_posts_on_pixiv_id on posts (pixiv_id) where pixiv_id is not null"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user