Skip to content

Commit

Permalink
Merge ng
Browse files Browse the repository at this point in the history
  • Loading branch information
hipek8 committed Oct 8, 2024
1 parent a6475e0 commit 4a1637c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/ralph/assets/migrations/0039_merge_20241008_1243.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 2.0.13 on 2024-10-08 12:43

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('assets', '0037_auto_20241008_1003'),
('assets', '0038_merge_20240916_1249'),
]

operations = [
]

0 comments on commit 4a1637c

Please sign in to comment.