mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 12:03:38 +08:00
Use correct syntax to delete rows from bodhi's db in stg sync.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
psql bodhi2 <<< "
|
||||
BEGIN;
|
||||
SET LOCAL bdr.permit_ddl_locking = true;
|
||||
DELETE FROM TABLE alembic_version;
|
||||
DELETE FROM alembic_version;
|
||||
DROP TABLE comments CASCADE;
|
||||
DROP TABLE groups CASCADE;
|
||||
DROP TABLE cves CASCADE;
|
||||
|
||||
Reference in New Issue
Block a user