Skip to content

Commit

Permalink
DIS-220 - Fix DB Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mdnoble73 committed Jan 20, 2025
1 parent b84cc73 commit 65f10b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/web/sys/DBMaintenance/version_updates/25.02.00.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ function getUpdates25_02_00(): array {
],
], //manage_local_administrators_permission
'account_profile_admin_updates' => [
'title' => 'Manage Local Administrators Permission',
'description' => 'Add new permission to manage local administrators',
'title' => 'Admin Account Profile Updates',
'description' => 'Clean up default admin account profile',
'continueOnError' => true,
'sql' => [
"UPDATE account_profiles set vendorOpacUrl = '', patronApiUrl = '', ils = 'na', driver = '', recordSource = '' where name = 'admin'",
Expand Down

0 comments on commit 65f10b0

Please sign in to comment.