added files for database format-upgrade
[core.git] / inc / main / classes / database / migration / class_
index 963756de90a2f45d9c52507e21b06de7fa4bd3bf..4a9c91c4e84f8f2ab32dfc9c93a890b1556127f9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * 
+ * A ??? database migration class
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class  extends BaseDatabaseMigration implements MigrateableDatabase {
+class ???DatabaseMigration extends BaseDatabaseMigration implements MigrateableDatabase {
        /**
         * Protected constructor
         *
@@ -31,7 +31,5 @@ class  extends BaseDatabaseMigration implements MigrateableDatabase {
                // Call parent constructor
                parent::__construct($class);
        }
-}
 
-// [EOF]
-?>
+}