Skip to content

Commit 408830e

Browse files
committed
comment fix
1 parent e2616c7 commit 408830e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sql/migrations.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1140,7 +1140,7 @@ CREATE INDEX msgs_status_updates_index2 ON msgs_status_updates (uid);
11401140

11411141
inc_and_check(&mut migration_version, 128)?;
11421142
if dbversion < migration_version {
1143-
// Add the timestamp of addition and removal.
1143+
// Add the timestamps of addition and removal.
11441144
//
11451145
// If `add_timestamp >= remove_timestamp`,
11461146
// then the member is currently a member of the chat.

0 commit comments

Comments
 (0)