commit
d53a692288
@ -0,0 +1,5 @@
|
||||
class ModifyOpenOrNotForHacks < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
change_column :hacks, :open_or_not, :boolean, :default => false
|
||||
end
|
||||
end
|
Loading…
Reference in new issue