user blocking

This commit is contained in:
Karol Selak 2021-03-21 23:43:09 +01:00
parent ccb6e23960
commit 2804c55fd9
9 changed files with 44 additions and 11 deletions

View file

@ -0,0 +1,5 @@
class AddStatusToUsers < ActiveRecord::Migration[6.1]
def change
add_column :users, :status, :integer
end
end