]> Git — Sourcephile - gargantext.git/commit
[postgres] remove node_pos index which is not immutable
authorPrzemek Kaminski <pk@intrepidus.pl>
Mon, 27 Sep 2021 15:48:31 +0000 (17:48 +0200)
committerPrzemek Kaminski <pk@intrepidus.pl>
Mon, 27 Sep 2021 15:48:31 +0000 (17:48 +0200)
commit76279305078a4b43111c28285c53d6660f73090b
treeaf7fbe9f6ded92adcd7b1051a546f855002e8668
parent93221100877c60a8c3e64684ff4027460baa1439
[postgres] remove node_pos index which is not immutable

This caused subtle bugs when ALTER TABLE with search_title was
called. It is a wrong practice to define an index immutable when in
fact it's not. The count(id) part makes it mutable in fact.
devops/postgres/schema.sql