https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37711
--- Comment #22 from David Cook <[email protected]> --- Comment on attachment 185244 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=185244 Bug 37711: DB update Review of attachment 185244: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=37711&attachment=185244) ----------------------------------------------------------------- ::: installer/data/mysql/atomicupdate/bug_37711.pl @@ +22,5 @@ > + if ( !column_exists( 'identity_provider_domains', > 'auto_register_staff' ) ) { > + $dbh->do( > + q{ > + ALTER TABLE identity_provider_domains > + ADD COLUMN `auto_register_staff` tinyint(1) NOT NULL > DEFAULT 0 COMMENT 'Allow user auto register (OPAC)' The comment here should be: 'Allow user auto register (Staff interface)' -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
