diff --git a/integreat_cms/cms/migrations/0103_update_contact.py b/integreat_cms/cms/migrations/0106_update_contact.py similarity index 84% rename from integreat_cms/cms/migrations/0103_update_contact.py rename to integreat_cms/cms/migrations/0106_update_contact.py index 913838fbaa..c5337a1f92 100644 --- a/integreat_cms/cms/migrations/0103_update_contact.py +++ b/integreat_cms/cms/migrations/0106_update_contact.py @@ -6,13 +6,12 @@ class Migration(migrations.Migration): """ - Make the field name not mandatory. + Make the field "name" not mandatory. Rename the field from "poi" to "location". - Add new fields to save whether the information must be taken over from the location. """ dependencies = [ - ("cms", "0102_alter_contact_poi"), + ("cms", "0105_languagetreenode_languagetreenode_unique_lft_tree_and_more"), ] operations = [