Rearranged checks in anvil-version-changes.

Signed-off-by: digimer <mkelly@alteeve.ca>
main
digimer 1 year ago
parent 5a7fb09ec8
commit 54a437d9a3
  1. 8
      tools/anvil-version-changes

@ -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)
{

Loading…
Cancel
Save