Skip to content

Commit 0463844

Browse files
committed
imporve migrations
1 parent 107d351 commit 0463844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubechat/migrations/0011_bot_type_alter_botintegration_type_and_more.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Migration(migrations.Migration):
1414
name="type",
1515
field=models.CharField(
1616
choices=[("knowledge", "Knowledge"), ("common", "Common")],
17-
default=None,
17+
default="knowledge",
1818
max_length=16,
1919
),
2020
preserve_default=False,

0 commit comments

Comments
 (0)