Added deployment documentation group
[lhc/web/wiklou.git] / includes / installer / DatabaseUpdater.php
index c817f80..d090f85 100644 (file)
@@ -3,6 +3,9 @@
 /*
  * Class for handling database updates. Roughly based off of updaters.inc, with
  * a few improvements :)
+ * 
+ * @ingroup Deployment
+ * @since 1.17
  */
 abstract class DatabaseUpdater {