Skip to content

Commit

Permalink
Add merge migration
Browse files Browse the repository at this point in the history
  • Loading branch information
tortila authored and mrchrisadams committed Sep 25, 2023
1 parent e6d2b4d commit e011d92
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions apps/accounts/migrations/0062_merge_20230921_1230.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Generated by Django 3.2.21 on 2023-09-21 12:30

from django.db import migrations


class Migration(migrations.Migration):
dependencies = [
("accounts", "0060_alter_hostingprovider_website"),
("accounts", "0061_providerrequest_rename_open_status"),
]

operations = []

0 comments on commit e011d92

Please sign in to comment.