Skip to content

Commit 58a1215

Browse files
committed
fix: bump required_database_version to 19 to trigger monitoring_messages.role migration
1 parent b8ce3d8 commit 58a1215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/langbot/pkg/utils/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
semantic_version = f'v{langbot.__version__}'
44

5-
required_database_version = 18
5+
required_database_version = 19
66
"""Tag the version of the database schema, used to check if the database needs to be migrated"""
77

88
debug_mode = False

0 commit comments

Comments
 (0)