Skip to content

Commit 51b8598

Browse files
authored
chore(controller): merge migrations (#155)
1 parent 697fb0d commit 51b8598

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Generated by Django 4.2.15 on 2024-08-15 01:55
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('api', '0010_alter_certificate_options'),
10+
('api', '0010_appsettings_autorollback'),
11+
]
12+
13+
operations = [
14+
]

0 commit comments

Comments
 (0)