Skip to content

Commit

Permalink
Merge migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
aralyekta committed Mar 5, 2025
1 parent 43a05b3 commit 40e2de1
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 4.2.18 on 2025-03-05 14:44

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('core', '0057_widgetid_is_wildcard'),
('core', '0058_gurucreationform_source'),
]

operations = [
]

0 comments on commit 40e2de1

Please sign in to comment.