Skip to content

Commit

Permalink
refactor: fixed migrations conflict issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MueezKhan246 committed Sep 9, 2024
1 parent 819f201 commit b8c71de
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Generated by Django 3.2.23 on 2024-08-27 12:38
# Generated by Django 3.2.23 on 2024-09-09 16:14

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('sap_success_factors', '0019_auto_20240829_1044'),
('sap_success_factors', '0023_auto_20240909_1556'),
]

operations = [
Expand Down

0 comments on commit b8c71de

Please sign in to comment.