mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 03:07:47 +00:00
Update tests
This commit is contained in:
@@ -2337,7 +2337,3 @@ UPDATE public.app_settings
|
||||
SET value='0.8.1'
|
||||
WHERE "name"='app.version';
|
||||
|
||||
\c postgres
|
||||
UPDATE cron.job SET username = 'scheduler'; -- Update to scheduler, pending process_queue update
|
||||
UPDATE cron.job SET username = 'username' WHERE jobname = 'cron_vacuum'; -- Update to superuser for vacuum permissions
|
||||
UPDATE cron.job SET username = 'username' WHERE jobname = 'job_run_details_cleanup';
|
||||
|
Reference in New Issue
Block a user