Doesn't work yet, but are close

This commit is contained in:
Futseh
2019-02-24 18:14:34 +01:00
parent 244a047cad
commit 20ef79278f
7 changed files with 28 additions and 10 deletions
@@ -0,0 +1,5 @@
class DisableDeletionForums < ActiveRecord::Migration
def change
add_column :forums, :disable_deletion, :boolean
end
end