From 9ad79153e2b3aa7903675ce5c8757d1217fb5b56 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 10 Apr 2010 12:22:36 +0200 Subject: [PATCH] Revert "Remove line added as Eric seems to have done so also." This reverts commit 0d55ae469e900861e6eed7b00d907e5214159d22. --- bacula/src/cats/grant_postgresql_privileges.in | 1 + 1 file changed, 1 insertion(+) diff --git a/bacula/src/cats/grant_postgresql_privileges.in b/bacula/src/cats/grant_postgresql_privileges.in index 78219629ff..e1a00c5c38 100644 --- a/bacula/src/cats/grant_postgresql_privileges.in +++ b/bacula/src/cats/grant_postgresql_privileges.in @@ -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 -- 2.39.2