mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Remove Versions classes and all related data
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user