Skip to content

Commit

Permalink
Remove unused user data field
Browse files Browse the repository at this point in the history
The migration will come later
  • Loading branch information
esoergel committed Jun 21, 2024
1 parent 8e813e2 commit 8da070c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion corehq/apps/users/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,6 @@ class CouchUser(Document, DjangoUserMixin, IsMemberOfMixin, EulaMixin):
language = StringProperty()
subscribed_to_commcare_users = BooleanProperty(default=False)
announcements_seen = ListProperty()
user_data = DictProperty() # use get_user_data object instead of accessing this directly
# This should not be set directly but using set_location method only
location_id = StringProperty()
assigned_location_ids = StringListProperty()
Expand Down

0 comments on commit 8da070c

Please sign in to comment.