Some minor changes
This commit is contained in:
parent
9839e8916e
commit
f2cfe967ee
@ -77,8 +77,8 @@ hesk_dbConnect();
|
||||
$all_good &= run_column_check('statuses', 'LockedTicketStatus');
|
||||
output_header_row('1.5.0');
|
||||
$all_good &= run_column_check('users', 'active');
|
||||
$all_good &= run_column_check('users', 'notify_note_unassigned');
|
||||
output_header_row('1.6.0');
|
||||
$all_good &= run_column_check('users', 'notify_note_unassigned');
|
||||
$all_good &= run_table_check('settings');
|
||||
output_header_row('1.7.0');
|
||||
$all_good &= run_table_check('verified_emails');
|
||||
|
@ -140,6 +140,7 @@ function updateProgressBar(migrationNumber, latestMigrationNumber, isError, isFi
|
||||
|
||||
if (isError === true) {
|
||||
$progressBar.find('.progress-bar').removeClass('progress-bar-success')
|
||||
.removeClass('active')
|
||||
.addClass('progress-bar-danger');
|
||||
|
||||
if (isFinished) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user