Skip to content

Commit a10c66d

Browse files
committed
fix: add merge migrations for reviews and places
1 parent 9d750ff commit a10c66d

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Generated by Django 5.2.4 on 2025-08-18 05:15
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('places', '0008_alter_place_place_class'),
10+
('places', '0010_place_embedding'),
11+
]
12+
13+
operations = [
14+
]
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Generated by Django 5.2.4 on 2025-08-18 05:15
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('reviews', '0006_alter_review_options_alter_review_rating'),
10+
('reviews', '0006_remove_reviewphoto_url_reviewphoto_image'),
11+
]
12+
13+
operations = [
14+
]

0 commit comments

Comments
 (0)