Skip to content

Commit

Permalink
merge migrations (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
Princekumarofficial authored Nov 17, 2024
1 parent df70521 commit 081553d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions home/migrations/0003_merge_20241117_1607.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 5.0.8 on 2024-11-17 10:37

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('home', '0002_delete_todayrebate'),
('home', '0002_remove_rebatespring23_email_delete_rebateautumn22_and_more'),
]

operations = [
]

0 comments on commit 081553d

Please sign in to comment.