迁移数据

dev_forum
daiao 5 years ago
parent bc3291d00b
commit 0b1049e319

@ -1,5 +1,6 @@
class ModifyQuotesForGtopicBanks < ActiveRecord::Migration[5.2]
def change
GtopicBank.where("quotes is null").update_all(:quotes => 0)
change_column :gtopic_banks, :quotes, :integer, :default => 0
end
end
Loading…
Cancel
Save