Skip to content

Commit 490202a

Browse files
committed
Default count to 1 for backwards support
using count 1 ensures that the new system naturally outputs the same as the old system for old months (since all messages then just count 1, as they did before)
1 parent ed564b8 commit 490202a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ALTER TABLE help_channel_messages ADD message_length BIGINT DEFAULT 0 NOT NULL;
1+
ALTER TABLE help_channel_messages ADD message_length BIGINT DEFAULT 1 NOT NULL;

0 commit comments

Comments
 (0)