Drop the ck_update_request enum in Bodhi's staging sync script.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2017-07-17 18:04:43 +00:00
parent 27a4d53abd
commit d83aebaf80

View file

@ -71,6 +71,7 @@
DROP TABLE update_bug_table CASCADE;
DROP TABLE user_group_table CASCADE;
DROP TABLE user_package_table CASCADE;
DROP TYPE ck_update_request CASCADE;
COMMIT;
"
- name: Import the prod db.