]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/grant_postgresql_privileges.in
Tweak insert_autokey to use unsigned int64 instead of signed int64.
[bacula/bacula] / bacula / src / cats / grant_postgresql_privileges.in
index 9b7218f4ce95825002a268b589901c8f1b71bb73..fa90165a9d0e9d2912549385c39010a017143a06 100644 (file)
@@ -54,7 +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 restore_restoreobjectid_seq to ${db_user};
+grant select, update on restoreobject_restoreobjectid_seq to ${db_user};
 END-OF-DATA
 if [ $? -eq 0 ]
 then