Skip to content

Commit

Permalink
fix: merged migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
dervoeti committed Nov 25, 2024
1 parent 9ebe49d commit ea0c298
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions backend/application/core/migrations/0065_merge_20241125_2321.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 5.1.3 on 2024-11-25 22:21

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('core', '0055_product_authorization_group_members'),
('core', '0064_alter_observation_log_approval_remark_and_more'),
]

operations = [
]

0 comments on commit ea0c298

Please sign in to comment.