Skip to content

Commit

Permalink
End upgrade scripts with 'Done'
Browse files Browse the repository at this point in the history
Convention is to output 'Done' at the end of all upgrade scripts so
the user knows it completed successfully.
  • Loading branch information
cpeel committed Sep 5, 2020
1 parent cd60c5d commit 196260d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SETUP/upgrade/14/20200215_alter_pm_default.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@

mysqli_query(DPDatabase::get_connection(), $sql) or die( mysqli_error(DPDatabase::get_connection()));

// ------------------------------------------------------------

echo "\nDone!\n";

// vim: sw=4 ts=4 expandtab
4 changes: 4 additions & 0 deletions SETUP/upgrade/14/20200523_alter_projects.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@

mysqli_query(DPDatabase::get_connection(), $sql) or die( mysqli_error(DPDatabase::get_connection()));

// ------------------------------------------------------------

echo "\nDone!\n";

// vim: sw=4 ts=4 expandtab

0 comments on commit 196260d

Please sign in to comment.