Skip to content

Commit

Permalink
OMS-351 Migration fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-pal1 committed Oct 4, 2024
1 parent 5dbcaee commit 4e21f68
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Generated by Django 4.1.5 on 2023-01-13 11:59

from django.db import migrations, models

import utilities.json
from django.db import migrations, models


class Migration(migrations.Migration):
Expand All @@ -22,4 +21,4 @@ class Migration(migrations.Migration):
name='custom_field_data',
field=models.JSONField(blank=True, default=dict, encoder=utilities.json.CustomFieldJSONEncoder),
),
]
]

0 comments on commit 4e21f68

Please sign in to comment.