Update annotations

This commit is contained in:
Robin Ward
2019-01-11 12:19:23 -05:00
parent 1a3655b787
commit a3839495e0
68 changed files with 175 additions and 173 deletions

View File

@@ -749,7 +749,7 @@ end
# Table name: groups
#
# id :integer not null, primary key
# name :string not null
# name :string(255) not null
# created_at :datetime not null
# updated_at :datetime not null
# automatic :boolean default(FALSE), not null
@@ -757,7 +757,7 @@ end
# automatic_membership_email_domains :text
# automatic_membership_retroactive :boolean default(FALSE)
# primary_group :boolean default(FALSE), not null
# title :string
# title :string(255)
# grant_trust_level :integer
# incoming_email :string
# has_messages :boolean default(FALSE), not null