Skip to content

Commit

Permalink
new make migrations after conflict migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
CJGutz committed Apr 10, 2024
1 parent b350367 commit 5dbadcc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 5.0.3 on 2024-03-16 17:47
# Generated by Django 5.0.3 on 2024-04-10 20:32

import markdownx.models
from django.db import migrations
Expand All @@ -7,7 +7,7 @@
class Migration(migrations.Migration):

dependencies = [
('inventory', '0029_equipment'),
('inventory', '0030_alter_itemloan_loan_from'),
]

operations = [
Expand Down

0 comments on commit 5dbadcc

Please sign in to comment.