Skip to content

Commit

Permalink
Fix migration
Browse files Browse the repository at this point in the history
  • Loading branch information
MizukiTemma committed Oct 1, 2024
1 parent 2d58236 commit 86ccfd6
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 86ccfd6

Please sign in to comment.