TimeTrex Community Edition v16.2.0
This commit is contained in:
30
classes/modules/install/InstallSchema_1137A.class.php
Normal file
30
classes/modules/install/InstallSchema_1137A.class.php
Normal file
@ -0,0 +1,30 @@
|
||||
<?php
|
||||
/*
|
||||
* $License$
|
||||
*/
|
||||
|
||||
/**
|
||||
* @package Modules\Install
|
||||
*/
|
||||
class InstallSchema_1137A 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