Fix
This commit is contained in:
parent
814807c564
commit
68aafe75c0
|
|
@ -504,7 +504,7 @@ def fix_location_models():
|
||||||
def remove_old_records():
|
def remove_old_records():
|
||||||
clean_old_records(City, {"mysql_id__isnull": True})
|
clean_old_records(City, {"mysql_id__isnull": True})
|
||||||
clean_old_records(Region, {"mysql_ids__isnull": True})
|
clean_old_records(Region, {"mysql_ids__isnull": True})
|
||||||
clean_old_records(City, {"mysql_ids__isnull": True})
|
clean_old_records(City, {"mysql_id__isnull": True})
|
||||||
|
|
||||||
|
|
||||||
def transfer_city_gallery():
|
def transfer_city_gallery():
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user