Permalink
Please sign in to comment.
Showing
with
22 additions
and 3 deletions.
| @@ -0,0 +1,6 @@ | ||
| class ModlogHatUse < ActiveRecord::Migration[5.1] | ||
| def change | ||
| add_column :hats, :modlog_use, :boolean, :default => false | ||
| add_index :moderations, :created_at | ||
| end | ||
| end |
0 comments on commit
bfc8cc0