X-Git-Url: https://git.cyclocoop.org/%20%27.%28%24debut%20%20%20%24par_page%29.%27?a=blobdiff_plain;f=maintenance%2Fmssql%2Ftables.sql;h=ea087a6012ee714760ec23999fb46ab845ebc5e2;hb=52f5f388a40e08a76b6c4efc52fedd1c65cc166d;hp=408f18f6aca340e3928dd9ee19c0cdedc0571e33;hpb=adf9875c745db0aa8c072b115150a5cfe32c7f9f;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/mssql/tables.sql b/maintenance/mssql/tables.sql index 408f18f6ac..ea087a6012 100644 --- a/maintenance/mssql/tables.sql +++ b/maintenance/mssql/tables.sql @@ -336,9 +336,9 @@ CREATE INDEX /*i*/cl_timestamp ON /*_*/categorylinks (cl_to,cl_timestamp); CREATE INDEX /*i*/cl_collation_ext ON /*_*/categorylinks (cl_collation, cl_to, cl_type, cl_from); -- --- Track all existing categories. Something is a category if 1) it has an en- --- try somewhere in categorylinks, or 2) it once did. Categories might not --- have corresponding pages, so they need to be tracked separately. +-- Track all existing categories. Something is a category if 1) it has an entry +-- somewhere in categorylinks, or 2) it has a description page. Categories +-- might not have corresponding pages, so they need to be tracked separately. -- CREATE TABLE /*_*/category ( -- Primary key