]> git.mxchange.org Git - friendica.git/commitdiff
Missing "*"
authorMichael <heluecht@pirati.ca>
Sun, 19 Jan 2020 10:10:53 +0000 (10:10 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 19 Jan 2020 10:10:53 +0000 (10:10 +0000)
src/Database/DBStructure.php

index 3aab8856fa206f9f60f4c9c7054521b8c2a98bfa..410c6b57bed1f665f59692da6376ce81d47fe175 100644 (file)
@@ -33,7 +33,7 @@ class DBStructure
         */
        private static $definition = [];
 
-       /*
+       /**
         * Converts all tables from MyISAM to InnoDB
         */
        public static function convertToInnoDB()