diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-12-27 21:15:18 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-12-27 21:15:18 +0000 |
commit | c2dbb77215e94b5ad6ba7177b75ba15434f092ef (patch) | |
tree | 767dce1a716e5d72d123d126d6719df01e0005f4 /sql | |
parent | 326dfed428ebe4c502a2a64a209a83ad407fa52b (diff) |
Correcting typo in Roles.sql
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2007 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'sql')
-rw-r--r-- | sql/modules/Roles.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/modules/Roles.sql b/sql/modules/Roles.sql index 575a7a1a..8fda27e6 100644 --- a/sql/modules/Roles.sql +++ b/sql/modules/Roles.sql @@ -1387,7 +1387,7 @@ GRANT SELECT ON language, project TO public; GRANT SELECT ON business, exchangerate, department, shipto, tax TO public; GRANT ALL ON recurring, recurringemail, recurringprint, status TO public; GRANT ALL ON transactions, entity_employee, customer, vendor TO public; -GRANT ALL ON pending_job, payment_queue TO PUBLIC; +GRANT ALL ON pending_job, payments_queue TO PUBLIC; GRANT ALL ON pending_job_id_seq TO public; --TODO, lock recurring, pending_job, payment_queue down more |