require_strong_password "too late" in updatedatabase.pl
Hello devs! Our "master" instances are exploding. Line 22722 of updatedatabase.pl says ALTER TABLE `categories` ADD COLUMN `exclude_from_local_holds_priority` tinyint(1) default NULL AFTER `require_strong_password` While "require_strong_password" is added later on (line 22786). So we get |Software error||DBIx::Class::Storage::DBI::_dbh_execute(): Unknown column 'me.*exclude_from_local_holds_priority*' in 'field list' at | Regards, Philippe Blouin, Directeur de la technologie Tél. : (833) 465-4276, poste 230 philippe.blouin@inLibro.com <mailto:philippe.blouin@inLibro.com> inLibro | pour esprit libre | www.inLibro.com <http://www.inLibro.com>
I filled a bug for that: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26513 On Wed, Sep 23, 2020, 14:07 Philippe Blouin <philippe.blouin@inlibro.com> wrote:
Hello devs!
Our "master" instances are exploding.
Line 22722 of updatedatabase.pl says
ALTER TABLE `categories` ADD COLUMN `exclude_from_local_holds_priority` tinyint(1) default NULL AFTER `require_strong_password`
While "require_strong_password" is added later on (line 22786).
So we get
Software error DBIx::Class::Storage::DBI::_dbh_execute(): Unknown column 'me.*exclude_from_local_holds_priority*' in 'field list' at
Regards, Philippe Blouin, Directeur de la technologie
Tél. : (833) 465-4276, poste 230 philippe.blouin@inLibro.com inLibro | pour esprit libre | www.inLibro.com _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
It should be fixed now! Le mer. 23 sept. 2020 à 19:14, Tomas Cohen Arazi <tomascohen@gmail.com> a écrit :
I filled a bug for that:
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26513
On Wed, Sep 23, 2020, 14:07 Philippe Blouin <philippe.blouin@inlibro.com> wrote:
Hello devs!
Our "master" instances are exploding.
Line 22722 of updatedatabase.pl says
ALTER TABLE `categories` ADD COLUMN `exclude_from_local_holds_priority` tinyint(1) default NULL AFTER `require_strong_password`
While "require_strong_password" is added later on (line 22786).
So we get
Software error DBIx::Class::Storage::DBI::_dbh_execute(): Unknown column 'me.exclude_from_local_holds_priority' in 'field list' at
Regards,
Philippe Blouin, Directeur de la technologie
Tél. : (833) 465-4276, poste 230 philippe.blouin@inLibro.com
inLibro | pour esprit libre | www.inLibro.com _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
participants (3)
-
Jonathan Druart -
Philippe Blouin -
Tomas Cohen Arazi