Skip to content

Commit

Permalink
merge migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Feb 29, 2024
1 parent 33cc614 commit 2bebf12
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions geotrek/tourism/migrations/0052_merge_20240229_1527.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 3.2.24 on 2024-02-29 14:27

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('tourism', '0050_touristicevent_price'),
('tourism', '0051_merge_20240229_1225'),
]

operations = [
]

0 comments on commit 2bebf12

Please sign in to comment.