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:
parent
7bab8e1761
commit
13ccff2f33
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue