Skip to content

Commit

Permalink
Run makemigrations
Browse files Browse the repository at this point in the history
  • Loading branch information
hnryjmes committed Dec 13, 2024
1 parent 3f9b82d commit 9ca0245
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions api/compliance/migrations/0006_delete_openlicencereturns.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Generated by Django 4.2.16 on 2024-12-13 12:55

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("compliance", "0001_squashed_0005_auto_20200625_0857"),
]

operations = [
migrations.DeleteModel(
name="OpenLicenceReturns",
),
]

0 comments on commit 9ca0245

Please sign in to comment.