X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fsqlite%2Farchives%2Finitial-indexes.sql;h=2d0c9eea9cdb79baf22c2a8dca49b4045494c632;hb=9bd7c7f66058fe26e130759090e7a73beee4d3d0;hp=f322a03cf88292b3cb111659720749f69aa8a868;hpb=4d78d40d821227a9368e87306f447ffd3be5db88;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/sqlite/archives/initial-indexes.sql b/maintenance/sqlite/archives/initial-indexes.sql index f322a03cf8..2d0c9eea9c 100644 --- a/maintenance/sqlite/archives/initial-indexes.sql +++ b/maintenance/sqlite/archives/initial-indexes.sql @@ -3,7 +3,7 @@ -- Unique indexes need to be handled with INSERT SELECT since just running -- the CREATE INDEX statement will fail if there are duplicate values. -- --- Ignore duplicates, several tables will have them (e.g. bug 16966) but in +-- Ignore duplicates, several tables will have them (e.g. T18966) but in -- most cases it's harmless to discard them. --------------------------------------------------------------------------------