Skip to content

Commit

Permalink
🗃️ Add merge migration
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Dec 11, 2024
1 parent beb73a0 commit 2d17b93
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/openforms/submissions/migrations/0014_merge_20241211_1732.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Generated by Django 4.2.17 on 2024-12-11 16:32

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("submissions", "0013_remove_submission_previous_submission"),
(
"submissions",
"0013_remove_temporaryfileupload_non_legacy_submission_not_null_and_more",
),
]

operations = []

0 comments on commit 2d17b93

Please sign in to comment.