Skip to content

Commit 1811b6e

Browse files
committed
simpler migration message
1 parent 7252927 commit 1811b6e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sql/migrations.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,8 +1144,7 @@ CREATE INDEX msgs_status_updates_index2 ON msgs_status_updates (uid);
11441144
//
11451145
// If `add_timestamp >= remove_timestamp`,
11461146
// then the member is currently a member of the chat.
1147-
// If `add_timestamp < remove_timestamp`,
1148-
// then the member is a past member.
1147+
// Otherwise the member is a past member.
11491148
sql.execute_migration(
11501149
"ALTER TABLE chats_contacts
11511150
ADD COLUMN add_timestamp NOT NULL DEFAULT 0;

0 commit comments

Comments
 (0)