Skip to content

Commit 9e43229

Browse files
committed
chore: migrations
1 parent eb3ab6d commit 9e43229

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Generated by Django 5.2.9 on 2026-01-02 10:49
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
("commons", "0019_settings_oidc_clock_skew"),
10+
("commons", "0020_merge_20251010_1716"),
11+
]
12+
13+
operations = []
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Generated by Django 5.2.9 on 2026-01-02 10:49
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
("core", "0073_initialize_default_branch"),
10+
("core", "0076_merge_20251010_1715"),
11+
]
12+
13+
operations = []

0 commit comments

Comments
 (0)