Skip to content

Commit 26b51a5

Browse files
authored
chore: merge migrations (#597)
1 parent ecdd232 commit 26b51a5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Generated by Django 4.2.6 on 2024-01-11 02:14
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('kubechat', '0013_alter_collection_status'),
10+
('kubechat', '0013_alter_messagefeedback_collection'),
11+
]
12+
13+
operations = [
14+
]

0 commit comments

Comments
 (0)