]> git.sur5r.net Git - bacula/bacula/commitdiff
Revert "Remove line added as Eric seems to have done so also."
authorKern Sibbald <kern@sibbald.com>
Sat, 10 Apr 2010 10:22:36 +0000 (12:22 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 10 Apr 2010 10:22:36 +0000 (12:22 +0200)
This reverts commit 0d55ae469e900861e6eed7b00d907e5214159d22.

bacula/src/cats/grant_postgresql_privileges.in

index 78219629ffb271e855b776134ff371475396805e..e1a00c5c38e7472ef3636e1ca075c3695e9462a9 100644 (file)
@@ -54,6 +54,7 @@ grant select, update on device_deviceid_seq      to ${db_user};
 grant select, update on location_locationid_seq    to ${db_user};
 grant select, update on locationlog_loclogid_seq   to ${db_user};
 grant select, update on log_logid_seq             to ${db_user};
+grant select, update on jobhisto_jobid_seq        to ${db_user};
 END-OF-DATA
 if [ $? -eq 0 ]
 then