[swoosh] small sql fix

Guil Barros listmail at metathusalan.com
Sun Nov 9 09:57:37 PST 2003


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