From 9c7c85b8bf1c650d97638df4463d56a4a860f985 Mon Sep 17 00:00:00 2001 From: Peter Hormanns Date: Tue, 14 Oct 2014 16:34:42 +0200 Subject: [PATCH] fix drop database --- hsarback/database/dropschema.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hsarback/database/dropschema.sql b/hsarback/database/dropschema.sql index 6f5806c..6c53b28 100644 --- a/hsarback/database/dropschema.sql +++ b/hsarback/database/dropschema.sql @@ -1,9 +1,9 @@ -DROP TABLE customer_price_list_mapping ; +DROP TABLE pricelist_ref ; DROP TABLE price ; DROP TABLE price_list ; -DROP TABLE bank_account ; -DROP SEQUENCE bank_account_bank_account_id_seq ; -- DROP VIEW business_partner_ticket ; +DROP TABLE sepa_mandat ; +DROP SEQUENCE sepa_mandat_id_seq ; DROP TABLE contact ; DROP SEQUENCE contact_contact_id_seq ; DROP TABLE database ;