TimeTrex Community Edition v16.2.0
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @package Modules\Install
|
||||
*/
|
||||
class InstallSchema_1138A extends InstallSchema_Base {
|
||||
|
||||
/**
|
||||
* @return bool
|
||||
*/
|
||||
function preInstall() {
|
||||
Debug::text( 'preInstall: ' . $this->getVersion(), __FILE__, __LINE__, __METHOD__, 9 );
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return bool
|
||||
*/
|
||||
function postInstall() {
|
||||
Debug::text( 'postInstall: ' . $this->getVersion(), __FILE__, __LINE__, __METHOD__, 9 );
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user