koschei staging-sync: unset latest repo

This commit is contained in:
Michael Simacek 2017-01-24 09:30:46 +01:00
parent 098d074afc
commit 2b23e4675b

View file

@ -46,6 +46,7 @@
BEGIN;
SET LOCAL bdr.permit_ddl_locking = true;
UPDATE base_package SET all_blocked = true;
UPDATE collection SET latest_repo_id = null, latest_repo_resolved = null;
DROP TABLE buildroot_problem;
DROP TABLE package CASCADE;
DROP TABLE build CASCADE;