Skip to content

Commit e3fe83c

Browse files
committed
chore(migrations): Rebase and merge the migrations
1 parent aec20df commit e3fe83c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/project/migrations/0009_projectasset_file_size.py renamed to apps/project/migrations/0011_projectasset_file_size.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Generated by Django 5.1.6 on 2025-07-23 06:29
1+
# Generated by Django 5.2.4 on 2025-07-29 04:37
22

33
from django.db import migrations, models
44

55

66
class Migration(migrations.Migration):
77

88
dependencies = [
9-
('project', '0008_merge_20250722_0437'),
9+
('project', '0010_merge_20250728_1145'),
1010
]
1111

1212
operations = [

0 commit comments

Comments
 (0)