Skip to content

Commit cf2dd29

Browse files
committed
[bug] migration
1 parent 92c803c commit cf2dd29

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Generated by Django 5.2.4 on 2025-08-17 03:44
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
dependencies = [
8+
("products", "0010_productvote"),
9+
]
10+
11+
operations = [
12+
migrations.DeleteModel(
13+
name="ProductVote",
14+
),
15+
]

0 commit comments

Comments
 (0)