Add cloud_id to user model

This commit is contained in:
Patrick Smith
2019-01-08 10:43:05 -05:00
parent 91419af71a
commit 5e737bad15
2 changed files with 30 additions and 0 deletions

View File

@@ -29,6 +29,8 @@ class User(Base, mixins.TimestampsMixin, mixins.AuditableMixin):
provisional = Column(Boolean)
cloud_id = Column(String)
REQUIRED_FIELDS = [
"email",
"dod_id",