[swoosh] small sql fix

Marko Djukic marko at oblo.com
Sun Nov 9 11:10:18 PST 2003


committed thanks!

marko


Quoting Guil Barros <listmail at metathusalan.com>:

> cvs server: Diffing .
> Index: swoosh.sql
> ===================================================================
> RCS file: /repository/swoosh/scripts/drivers/swoosh.sql,v
> retrieving revision 1.1
> diff -u -r1.1 swoosh.sql
> --- swoosh.sql  5 Aug 2003 11:26:21 -0000       1.1
> +++ swoosh.sql  9 Nov 2003 17:54:31 -0000
> @@ -30,3 +30,7 @@
>
>    PRIMARY KEY (send_id)
>  );
> +
> +GRANT SELECT, INSERT, UPDATE, DELETE ON swoosh_gateways TO horde;
> +GRANT SELECT, INSERT, UPDATE, DELETE ON swoosh_messages TO horde;
> +GRANT SELECT, INSERT, UPDATE, DELETE ON swoosh_sends TO horde;


More information about the swoosh mailing list