毕设选题的设为公开

dev_hss
cxt 6 years ago
parent 690a92f0b2
commit 479062bcbe

@ -0,0 +1,5 @@
class GtopicBankIsPublic < ActiveRecord::Migration[5.2]
def change
GtopicBank.where(is_public: nil).update_all(is_public: 0)
end
end
Loading…
Cancel
Save