Added password field to Group model

• Added:
- password field to Group model
This commit is contained in:
mgabdev
2020-09-02 17:56:16 -05:00
parent baee8d1141
commit cc224d7659
3 changed files with 8 additions and 1 deletions

View File

@@ -21,6 +21,7 @@
# is_visible :boolean default(FALSE)
# tags :string default([]), is an Array
# group_categories_id :bigint(8)
# password :string
#
class Group < ApplicationRecord