Skip to content

Commit

Permalink
Merge migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
OKaluza committed May 30, 2023
1 parent d0a0bde commit 5b9eb22
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/migrations/0036_merge_20230530_0524.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 3.2.18 on 2023-05-30 05:24

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('app', '0035_merge_20230324_0147'),
('app', '0035_task_orthophoto_bands'),
]

operations = [
]

0 comments on commit 5b9eb22

Please sign in to comment.