From 5b12c69f27cf468068e03310bea23ab9f4e49fb2 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 2 Jun 2010 17:34:24 +1200 Subject: [PATCH] Upgrade Koha instance database schema when package is upgraded. If the new version of Koha requires a newer version of the database schema, the Koha instances will work immediately after the package is upgraded, rather than after the sysadmin has run koha-upgrade-schema manually. Signed-off-by: Galen Charlton --- debian/koha-common.postinst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/koha-common.postinst b/debian/koha-common.postinst index ffb21657a1..64a798086e 100644 --- a/debian/koha-common.postinst +++ b/debian/koha-common.postinst @@ -9,3 +9,5 @@ then fi #DEBHELPER# + +koha-upgrade-schema $(koha-list) -- 2.39.2