chore: Sync the schema and migrations (#1610)

This commit is contained in:
Sojan Jose
2021-01-06 11:36:45 +05:30
committed by GitHub
parent 627d3a575a
commit db189e3c26
3 changed files with 14 additions and 7 deletions

View File

@@ -7,12 +7,12 @@
# agent_last_seen_at :datetime
# contact_last_seen_at :datetime
# identifier :string
# last_activity_at :datetime
# last_activity_at :datetime not null
# locked :boolean default(FALSE)
# status :integer default("open"), not null
# uuid :uuid not null
# created_at :datetime
# updated_at :datetime
# created_at :datetime not null
# updated_at :datetime not null
# account_id :integer not null
# assignee_id :integer
# contact_id :bigint