[Koha-patches] [PATCH] Schema Changes for Email Checkout Slips

Michael Hafen mdhafen at tech.washk12.org
Wed Feb 4 00:52:38 CET 2009


Reply below...

On Tue, 2009-02-03 at 16:01 -0600, Daniel Sweeney wrote:
> From: John Beppu <john.beppu at liblime.com>
[snip]
> diff --git a/installer/data/mysql/en/mandatory/message_transport_types.sql b/installer/data/mysql/en/mandatory/message_transport_types.sql
> index 517f5cc..e8c0027 100644
> --- a/installer/data/mysql/en/mandatory/message_transport_types.sql
> +++ b/installer/data/mysql/en/mandatory/message_transport_types.sql
> @@ -2,4 +2,5 @@ INSERT INTO message_transport_types
>  (message_transport_type)
>  values
>  ('email'),
> -('sms');
> +('sms')
> +('feed');

you seem to have missed a comma here, after ('sms')

[snip]
> diff --git a/installer/data/mysql/fr-FR/1-Obligatoire/message_transport_types.sql b/installer/data/mysql/fr-FR/1-Obligatoire/message_transport_types.sql
> new file mode 100644
> index 0000000..e8c0027
> --- /dev/null
> +++ b/installer/data/mysql/fr-FR/1-Obligatoire/message_transport_types.sql
> @@ -0,0 +1,6 @@
> +INSERT INTO message_transport_types
> +(message_transport_type)
> +values
> +('email'),
> +('sms')
> +('feed');

also here.

Otherwise looks good to me.  Keep up the good work.

-- 
Michael Hafen
Systems Analyst and Programmer
Washington County School District
Utah, USA

for Koha checkout
http://koha-dev.washk12.org
or
git://koha-dev.washk12.org/koha




More information about the Koha-patches mailing list