[Koha-patches] [PATCH] Fix kohastructure for deletedborrowers

Galen Charlton gmcharlt at gmail.com
Wed Apr 7 14:46:03 CEST 2010


Hi,

I note that this seems to be a patch for 3.0.x branch, as the
corresponding 3.2 fix was applied in 2009.  It would really help if
3.0.x patches were consistently marked as such in the subject line.

Regards,

Galen

On Tue, Mar 30, 2010 at 5:55 AM, Nahuel ANGELINETTI
<nahuel.angelinetti at biblibre.com> wrote:
> This patch add a forgotten column in deletedborrowers, that make koha doesn't save deletedborrowers in fresh installs.
> ---
>  installer/data/mysql/kohastructure.sql |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql
> index 2b62abf..c4f2558 100644
> --- a/installer/data/mysql/kohastructure.sql
> +++ b/installer/data/mysql/kohastructure.sql
> @@ -900,6 +900,7 @@ CREATE TABLE `deletedborrowers` (
>   `altcontactaddress3` varchar(255) default NULL,
>   `altcontactzipcode` varchar(50) default NULL,
>   `altcontactphone` varchar(50) default NULL,
> +  `smsalertnumber` varchar(50) default NULL,
>   KEY `borrowernumber` (`borrowernumber`),
>   KEY `cardnumber` (`cardnumber`)
>  ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
> --
> 1.6.3.3
>
> _______________________________________________
> Koha-patches mailing list
> Koha-patches at lists.koha.org
> http://lists.koha.org/mailman/listinfo/koha-patches
>



-- 
Galen Charlton
gmcharlt at gmail.com



More information about the Koha-patches mailing list