Skip to content

Commit

Permalink
Merge pull request #5225 from dimagi/sync-metadata
Browse files Browse the repository at this point in the history
Also sync location metadata to SQL
  • Loading branch information
czue committed Jan 7, 2015
2 parents cccdcbf + 6439150 commit 8c773bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions corehq/apps/locations/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def _sync_location(self):
'latitude',
'longitude',
'is_archived',
'metadata'
]

sql_location, _ = SQLLocation.objects.get_or_create(
Expand Down

0 comments on commit 8c773bf

Please sign in to comment.