Umherirrender has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/96067


Change subject: Fix indentation of comment in tables.sql
......................................................................

Fix indentation of comment in tables.sql

Change-Id: Id879b4438f8f004549c090567ff76b64c5072824
---
M maintenance/tables.sql
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/67/96067/1

diff --git a/maintenance/tables.sql b/maintenance/tables.sql
index 53964aa..14468f3 100644
--- a/maintenance/tables.sql
+++ b/maintenance/tables.sql
@@ -1521,7 +1521,7 @@
 
 -- 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'

-- 
To view, visit https://gerrit.wikimedia.org/r/96067
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id879b4438f8f004549c090567ff76b64c5072824
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to