Skip to content

Commit

Permalink
Merge migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiltsov-max committed Jun 9, 2023
1 parent ce00104 commit 080fa8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def add_created_date_to_existing_jobs(apps, schema_editor):
class Migration(migrations.Migration):

dependencies = [
('engine', '0068_auto_20230418_0901'),
('engine', '0069_auto_20230608_1915'),
]

operations = [
Expand Down
2 changes: 1 addition & 1 deletion cvat/apps/quality_control/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Migration(migrations.Migration):
initial = True

dependencies = [
("engine", "0069_add_job_type_created_date"),
("engine", "0070_add_job_type_created_date"),
]

operations = [
Expand Down

0 comments on commit 080fa8e

Please sign in to comment.