]> git.sur5r.net Git - bacula/bacula/commitdiff
Remove line added as Eric seems to have done so also.
authorMarco van Wieringen <mvw@planets.elm.net>
Thu, 8 Apr 2010 16:59:22 +0000 (18:59 +0200)
committerMarco van Wieringen <mvw@planets.elm.net>
Thu, 8 Apr 2010 16:59:22 +0000 (18:59 +0200)
bacula/src/cats/grant_postgresql_privileges.in

index e1a00c5c38e7472ef3636e1ca075c3695e9462a9..78219629ffb271e855b776134ff371475396805e 100644 (file)
@@ -54,7 +54,6 @@ 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