Skip to content

Commit

Permalink
update migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-sentry committed Jan 9, 2025
1 parent 8b5ecc8 commit d7d0096
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 28 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated by Django 4.2.16 on 2025-01-09 18:05

from django.db import migrations, models


class Migration(migrations.Migration):
dependencies = [
("reports", "0035_upload_indices_part1"),
]

operations = [
migrations.AlterField(
model_name="reportsession",
name="storage_path",
field=models.TextField(null=True),
),
]

0 comments on commit d7d0096

Please sign in to comment.