Move addresses to new key

This commit is contained in:
littlewolf 2019-10-31 07:47:45 +03:00
parent c08e202f64
commit 08ca1dc356
2 changed files with 4 additions and 1 deletions

View File

@ -127,6 +127,8 @@ def transfer_establishment_addresses():
data_types = {
"establishment": [
transfer_establishment,
],
"location_establishment": [
transfer_establishment_addresses
],

View File

@ -20,7 +20,8 @@ class Command(BaseCommand):
'commercial',
'overlook',
'tmp',
'menu'
'menu',
'location_establishment'
]
def handle(self, *args, **options):