jenkins-bot has submitted this change and it was merged. 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(-) Approvals: Legoktm: Looks good to me, approved jenkins-bot: Verified 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: merged Gerrit-Change-Id: Id879b4438f8f004549c090567ff76b64c5072824 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Umherirrender <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
