annotate schema/updates/1434/01.allow_job_delete_sys_admin.sql @ 5133:38491057807b queued-stage-done

Move schema versions beyond what is in default branch
author Tom Gottfried <tom@intevation.de>
date Fri, 27 Mar 2020 15:31:03 +0100
parents schema/updates/1433/01.allow_job_delete_sys_admin.sql@32c1cb94e24a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5111
90b0a14dd58b Enable jobs to be removed by the import queue.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
1 GRANT DELETE ON import.imports, import.import_logs TO sys_admin;