Remove Versions classes and all related data

This commit is contained in:
DariusIII
2018-12-19 13:58:31 +01:00
parent 07074998be
commit 1077c467d6
376 changed files with 281 additions and 38949 deletions
+1 -8
View File
@@ -11,14 +11,7 @@ nano Changelog
# Add changes to changelog.
git add Changelog
php build/NewPatches.php
EXIT_STATUS="$?"
if [ ${EXIT_STATUS} -gt 0 ]
then
echo "\nProblem while converting SQL patch files!\n";
exit ${EXIT_STATUS}
fi
php artisan migrate
# Commit changes.
git commit