Skip to content

Commit

Permalink
Merge migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
mihow committed Nov 23, 2023
1 parent 26e967a commit 18895fc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ami/main/migrations/0021_merge_20231123_0307.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Generated by Django 4.2.2 on 2023-11-23 03:07

from django.db import migrations


class Migration(migrations.Migration):
dependencies = [
("main", "0019_s3storagesource_project"),
("main", "0020_detection_detection_algorithm"),
]

operations = []

0 comments on commit 18895fc

Please sign in to comment.