Skip to content

Commit

Permalink
Merge pull request #148 from DDMAL/img_compression
Browse files Browse the repository at this point in the history
fix: merge migrations to resolve conflict
  • Loading branch information
kunfang98927 authored Aug 16, 2024
2 parents ffec86a + 9209599 commit 081e07b
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Generated by Django 4.2.5 on 2024-08-16 20:08

from django.db import migrations


class Migration(migrations.Migration):
dependencies = [
("instruments", "0003_alter_avresource_instrument_and_more"),
("instruments", "0003_alter_instrumentname_name"),
]

operations = []

0 comments on commit 081e07b

Please sign in to comment.