Skip to content

Commit

Permalink
fixed (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
InensusDev authored Feb 8, 2024
1 parent bb334ab commit e0330fb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Website/htdocs/mpmanager/database_creator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ function runMigrator()
{
cd ${SOURCE_PATH}
php artisan optimize:clear
php artisan migrator:migrate $DB_NAME $C_ID
php artisan migrator:migrate
}

################################################################################
Expand Down Expand Up @@ -280,11 +280,6 @@ function main()
sedMigrationFiles
echo "Done! " >> ${SOURCE_PATH}/creator.log

echo "Running migrations for new database.. " >> ${SOURCE_PATH}/creator.log
runMigrator
echo "Done! " >> ${SOURCE_PATH}/creator.log


echo "################################ " >> ${SOURCE_PATH}/creator.log
echo "##### Creator Script Ends ###### " >> ${SOURCE_PATH}/creator.log
echo "****************************************************************" >> ${SOURCE_PATH}/creator.log
Expand Down

0 comments on commit e0330fb

Please sign in to comment.