[Koha-bugs] [Bug 34064] Compare kohastructure.sql against current database using database audit script

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 4 02:07:48 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064

--- Comment #28 from David Cook <dcook at prosentient.com.au> ---
(In reply to Tomás Cohen Arazi from comment #27)
> (In reply to David Cook from comment #26)
> > (In reply to David Cook from comment #25)
> > > They're dependencies of DBIx::Class, but probably a good idea to explicitly
> > > add them as well.
> > 
> > Or rather they're dependencies of the Debian package.
> 
> I checked. And `pmvers` would tell me the Diff one was not installed.

Run "dpkg -L libsql-translator-perl". You'll see them both in the output:

/usr/share/perl5/SQL/Translator/Diff.pm
/usr/share/perl5/SQL/Translator.pm

And I made a mistake about the dependencies. It's not a dependency of
libdbix-class-perl. It's a dependency of "libtest-dbix-class-perl". 

At the moment "libtest-dbix-class-perl" is a dependency of koha-common, but
it's one that I'd like to remove one day, so it's worth adding
"libsql-translator-perl" as a Koha dependency.

But production Koha systems definitely already have both SQL::Translator and
SQL::Translator::Diff installed because they have "libtest-dbix-class-perl"
installed.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list