|
|
|
@ -63,6 +63,10 @@ sub striker_checks |
|
|
|
|
{ |
|
|
|
|
my ($anvil) = @_; |
|
|
|
|
|
|
|
|
|
# This checks to make sure that the new dr_links table exists, and that existing anvil_dr1_host_uuid |
|
|
|
|
# entries are copied. |
|
|
|
|
update_dr_links($anvil); |
|
|
|
|
|
|
|
|
|
# This checks to make sure that the new 'file_locations' -> 'file_location_ready' column exists. |
|
|
|
|
update_file_location_ready($anvil); |
|
|
|
|
|
|
|
|
@ -80,10 +84,6 @@ sub striker_checks |
|
|
|
|
# This checks to make sure that the 'audits' table exists (added late into M3.0 pre-release) |
|
|
|
|
update_audits($anvil); |
|
|
|
|
|
|
|
|
|
# This checks to make sure that the new dr_links table exists, and that existing anvil_dr1_host_uuid |
|
|
|
|
# entries are copied. |
|
|
|
|
update_dr_links($anvil); |
|
|
|
|
|
|
|
|
|
### TODO: Remove these later. This is here to clean up how we used to handle db_in_use and lock_request flags. |
|
|
|
|
if (1) |
|
|
|
|
{ |
|
|
|
|