From: umherirrender Date: Mon, 18 Nov 2013 18:34:49 +0000 (+0100) Subject: Fix indentation of comment in tables.sql X-Git-Tag: 1.31.0-rc.0~18044^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/ajouter.php?a=commitdiff_plain;h=a500e6d62af555f0bcb208d599bf155a5fc4d60d;p=lhc%2Fweb%2Fwiklou.git Fix indentation of comment in tables.sql Change-Id: Id879b4438f8f004549c090567ff76b64c5072824 --- diff --git a/maintenance/tables.sql b/maintenance/tables.sql index 53964aa127..14468f3b42 100644 --- a/maintenance/tables.sql +++ b/maintenance/tables.sql @@ -1521,7 +1521,7 @@ CREATE UNIQUE INDEX /*i*/md_module_skin ON /*_*/module_deps (md_module, md_skin) -- Holds all the sites known to the wiki. CREATE TABLE /*_*/sites ( --- Numeric id of the site + -- Numeric id of the site site_id INT UNSIGNED NOT NULL PRIMARY KEY AUTO_INCREMENT, -- Global identifier for the site, ie 'enwiktionary'