]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/grant_postgresql_privileges.in
Merge branch 'Branch-5.0' of ssh://marcovw@bacula.git.sourceforge.net/gitroot/bacula...
[bacula/bacula] / bacula / src / cats / grant_postgresql_privileges.in
index 4b17bc277deb084c99408bbc1a11bc73a2dd815e..e1a00c5c38e7472ef3636e1ca075c3695e9462a9 100644 (file)
@@ -44,6 +44,7 @@ grant select, update on pool_poolid_seq          to ${db_user};
 grant select, update on client_clientid_seq       to ${db_user};
 grant select, update on media_mediaid_seq         to ${db_user};
 grant select, update on job_jobid_seq             to ${db_user};
+grant select, update on jobhisto_jobid_seq         to ${db_user};
 grant select, update on file_fileid_seq           to ${db_user};
 grant select, update on jobmedia_jobmediaid_seq    to ${db_user};
 grant select, update on basefiles_baseid_seq      to ${db_user};