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:
Randy Barlow 2017-02-23 18:59:21 +00:00
parent 7bab8e1761
commit 13ccff2f33

View file

@ -47,7 +47,7 @@
psql bodhi2 <<< " psql bodhi2 <<< "
BEGIN; BEGIN;
SET LOCAL bdr.permit_ddl_locking = true; SET LOCAL bdr.permit_ddl_locking = true;
DELETE FROM TABLE alembic_version; DELETE FROM alembic_version;
DROP TABLE comments CASCADE; DROP TABLE comments CASCADE;
DROP TABLE groups CASCADE; DROP TABLE groups CASCADE;
DROP TABLE cves CASCADE; DROP TABLE cves CASCADE;