Add version comments for 1.24 to all updaters
[lhc/web/wiklou.git] / includes / installer / OracleUpdater.php
index 5e10af1..68a5519 100644 (file)
@@ -98,6 +98,8 @@ class OracleUpdater extends DatabaseUpdater {
                        array( 'addIndex', 'logging', 'i07', 'patch-logging_user_text_time_index.sql' ),
                        array( 'addField', 'user', 'user_password_expires', 'patch-user_password_expire.sql' ),
 
+                       //1.24
+
                        // KEEP THIS AT THE BOTTOM!!
                        array( 'doRebuildDuplicateFunction' ),