Fix indentation of comment in tables.sql
authorumherirrender <umherirrender_de.wp@web.de>
Mon, 18 Nov 2013 18:34:49 +0000 (19:34 +0100)
committerumherirrender <umherirrender_de.wp@web.de>
Mon, 18 Nov 2013 18:34:49 +0000 (19:34 +0100)
Change-Id: Id879b4438f8f004549c090567ff76b64c5072824

maintenance/tables.sql

index 53964aa..14468f3 100644 (file)
@@ -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'