user blocking
This commit is contained in:
parent
ccb6e23960
commit
2804c55fd9
9 changed files with 44 additions and 11 deletions
5
db/migrate/20210321213901_add_status_to_users.rb
Normal file
5
db/migrate/20210321213901_add_status_to_users.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddStatusToUsers < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :users, :status, :integer
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue