Skip to content

Commit

Permalink
Add merge migration
Browse files Browse the repository at this point in the history
  • Loading branch information
tortila committed Jul 12, 2023
1 parent 7d7aa04 commit 12021d6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions apps/accounts/migrations/0059_merge_20230712_1415.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 3.2.20 on 2023-07-12 14:15

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('accounts', '0058_alter_user_is_staff'),
('accounts', '0058_merge_20230712_1143'),
]

operations = [
]

0 comments on commit 12021d6

Please sign in to comment.