diff --git a/src/Simplex/Chat/Store/SQLite/Migrations/chat_schema.sql b/src/Simplex/Chat/Store/SQLite/Migrations/chat_schema.sql index 19275adfe4..8d95f836c9 100644 --- a/src/Simplex/Chat/Store/SQLite/Migrations/chat_schema.sql +++ b/src/Simplex/Chat/Store/SQLite/Migrations/chat_schema.sql @@ -1321,7 +1321,8 @@ ON contacts( user_id, simplex_name ) -WHERE simplex_name IS NOT NULL AND deleted = 0; +WHERE simplex_name IS NOT NULL + AND deleted = 0; CREATE UNIQUE INDEX idx_groups_simplex_name ON groups( user_id,