Add category for mod actions
This commit is contained in:
7
db/migrate/20180113211343_add_category_to_mod_actions.rb
Normal file
7
db/migrate/20180113211343_add_category_to_mod_actions.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class AddCategoryToModActions < ActiveRecord::Migration
|
||||
def change
|
||||
ModAction.without_timeout do
|
||||
add_column :mod_actions, :category, :integer
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user