X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fpostgres%2Fupdate-keys.sql;h=b8585515a102d873682f1135f91cacb27af417a4;hb=ee96c8894ae8b272c41cd759423e01d16def4ae8;hp=7761d0c5bdfe59cb737321cbabc31c1990c97886;hpb=bd95dc1d5c345ed94fac17dc060e0432a5912c8c;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/postgres/update-keys.sql b/maintenance/postgres/update-keys.sql index 7761d0c5bd..b8585515a1 100644 --- a/maintenance/postgres/update-keys.sql +++ b/maintenance/postgres/update-keys.sql @@ -27,3 +27,8 @@ INSERT INTO /*_*/updatelog (ul_key, ul_value) VALUES( 'user_former_groups-ufg_group-patch-ufg_group-length-increase-255.sql', null ); INSERT INTO /*_*/updatelog (ul_key, ul_value) VALUES( 'user_properties-up_property-patch-up_property.sql', null ); + +-- PostgreSQL-specific patches. + +INSERT INTO /*_*/updatelog (ul_key, ul_value) + VALUES( 'patch-textsearch_bug66650.sql', null );