Bump $wgStyleVersion to 155.
[lhc/web/wiklou.git] / maintenance / sql.php
index 02c6dbf..38c995a 100644 (file)
@@ -1,8 +1,10 @@
 <?php
-
 /**
  * Send SQL queries from the specified file to the database, performing
  * variable replacement along the way.
+ *
+ * @file
+ * @ingroup Database Maintenance
  */
 
 require_once( dirname(__FILE__) . '/' . 'commandLine.inc' );