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

(-)a/installer/data/mysql/atomicupdate/bug_35635_add_opac_mandatory.pl (-2 / +4 lines)
Lines 19-28 return { Link Here
19
19
20
            say $out "Added column 'borrower_attribute_types.opac_mandatory'";
20
            say $out "Added column 'borrower_attribute_types.opac_mandatory'";
21
21
22
            $dbh->do(q{
22
            $dbh->do(
23
                q{
23
                UPDATE borrower_attribute_types
24
                UPDATE borrower_attribute_types
24
                SET opac_mandatory = 1 WHERE mandatory = 1;
25
                SET opac_mandatory = 1 WHERE mandatory = 1;
25
            });
26
            }
27
            );
26
            say $out "Update opac_mandatory to match mandatory column";
28
            say $out "Update opac_mandatory to match mandatory column";
27
        }
29
        }
28
    },
30
    },
(-)a/installer/data/mysql/kohastructure.sql (-2 / +1 lines)
Lines 6756-6759 CREATE TABLE `zebraqueue` ( Link Here
6756
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
6756
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
6757
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
6757
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
6758
6758
6759
-- Dump completed on 2024-11-25 12:13:27
6759
-- Dump completed on 2024-11-25 12:13:27
6760
- 

Return to bug 35635