Removing dependency on sample data ⛅️
This commit is contained in:
@@ -13,14 +13,11 @@ exec($dropDBCommand);
|
||||
echo "Create DB Command:".$createDBCommand."\r\n";
|
||||
exec($createDBCommand);
|
||||
|
||||
|
||||
|
||||
//Run create table script
|
||||
|
||||
$scripts = array(
|
||||
APP_BASE_PATH."scripts/icehrmdb.sql",
|
||||
APP_BASE_PATH."scripts/icehrm_master_data.sql",
|
||||
APP_BASE_PATH."scripts/icehrm_sample_data.sql",
|
||||
//APP_BASE_PATH."scripts/icehrm_sample_data.sql",
|
||||
);
|
||||
|
||||
foreach ($scripts as $insql){
|
||||
|
||||
Reference in New Issue
Block a user