Skip to content

Commit 626f63f

Browse files
committed
update
1 parent bc5562b commit 626f63f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dojo/db_migrations/0245_alter_dojo_group_social_provider.py renamed to dojo/db_migrations/0247_alter_dojo_group_social_provider.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Generated by Django 5.1.13 on 2025-10-30 22:37
1+
# Generated by Django 5.1.13 on 2025-11-03 19:56
22

33
from django.db import migrations, models
44

55

66
class Migration(migrations.Migration):
77

88
dependencies = [
9-
('dojo', '0244_pghistory_indices'),
9+
('dojo', '0246_endpoint_idx_ep_product_lower_host_and_more'),
1010
]
1111

1212
operations = [

0 commit comments

Comments
 (0)