View | Details | Raw Unified | Return to bug 29390
Collapse All | Expand All

(-)a/installer/data/mysql/atomicupdate/bug_29336_2.pl (-4 / +3 lines)
Lines 9-18 return { Link Here
9
        my ($dbh, $out) = @$args{qw(dbh out)};
9
        my ($dbh, $out) = @$args{qw(dbh out)};
10
        my %fix_tables = (
10
        my %fix_tables = (
11
            'additional_fields' => 'authorised_value_category',
11
            'additional_fields' => 'authorised_value_category',
12
            'auth_subfield_structure' => 'authorised_value'
12
            'auth_subfield_structure' => 'authorised_value',
13
            'auth_tag_structure' => 'authorised_value'
13
            'auth_tag_structure' => 'authorised_value',
14
            'borrower_attribute_types' => 'authorised_value_category',
14
            'borrower_attribute_types' => 'authorised_value_category',
15
            'club_template_enrollment_fields' => 'authorised_value_category'
15
            'club_template_enrollment_fields' => 'authorised_value_category',
16
            'club_template_fields' => 'authorised_value_category',
16
            'club_template_fields' => 'authorised_value_category',
17
            'marc_tag_structure' => 'authorised_value',
17
            'marc_tag_structure' => 'authorised_value',
18
        );
18
        );
19
- 

Return to bug 29390