Philipp Hörist pushed to branch storage at gajim / gajim


Commits:
bca3b2b2 by Philipp Hörist at 2024-04-08T08:54:42+02:00
imprv: Fix index

- - - - -


1 changed file:

- gajim/common/storage/archive/models.py


Changes:

=====================================
gajim/common/storage/archive/models.py
=====================================
@@ -656,7 +656,7 @@ class Message(MappedAsDataclass, Base, UtilMixin, 
kw_only=True):
 
     __table_args__ = (
         Index(
-            'idx_message', 'id', 'fk_remote_pk', 'fk_account_pk', 
sa.text('timestamp DESC')
+            'idx_message', 'fk_remote_pk', 'fk_account_pk', sa.text('timestamp 
DESC')
         ),
         Index(
             'idx_stanza_id_unique',



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/bca3b2b2221e68efbfd8fdcb9f584db2035a8da9

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/bca3b2b2221e68efbfd8fdcb9f584db2035a8da9
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to