Skip to content

Commit

Permalink
Update migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiltsov-max committed Jul 12, 2024
1 parent 2af7c4b commit 6356996
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Generated by Django 4.2.13 on 2024-07-03 11:46
# Generated by Django 4.2.13 on 2024-07-12 19:06

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
("engine", "0078_alter_cloudstorage_credentials"),
("engine", "0080_alter_trackedshape_track"),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 4.2.13 on 2024-07-04 16:28
# Generated by Django 4.2.13 on 2024-07-12 19:06

import django.db.models.deletion
from django.conf import settings
Expand Down

0 comments on commit 6356996

Please sign in to comment.