Echo queries to the terminal in Bodhi's drop script.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
099e2f3357
commit
64ab5e3d57
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
- command: sed -i "s/CREATE DATABASE bodhi2.*/SET bdr.permit_ddl_locking = true;/" /var/tmp/bodhi2.dump
|
||||
- command: sed -i "s/connect bodhi2/connect bodhi2\nSET bdr.permit_ddl_locking = true;/" /var/tmp/bodhi2.dump
|
||||
- shell: >
|
||||
psql --set ON_ERROR_STOP=on bodhi2 <<< "
|
||||
psql -e --set ON_ERROR_STOP=on bodhi2 <<< "
|
||||
BEGIN;
|
||||
SET LOCAL bdr.permit_ddl_locking = on;
|
||||
DELETE FROM alembic_version;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue