From 799b5fac29747f287e0dd81796648715d182fab8 Mon Sep 17 00:00:00 2001 From: Peter Hormanns Date: Tue, 25 Nov 2014 14:40:23 +0100 Subject: [PATCH] drop new tables role, contactrole_ref --- hsarback/database/dropschema.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hsarback/database/dropschema.sql b/hsarback/database/dropschema.sql index 0a9387c..b0bbbb8 100644 --- a/hsarback/database/dropschema.sql +++ b/hsarback/database/dropschema.sql @@ -39,4 +39,6 @@ DROP TABLE business_partner CASCADE ; DROP SEQUENCE business_partner_bp_id_seq ; DROP SEQUENCE packet_component_id_seq ; DROP SEQUENCE component_id_seq ; -DROP SEQUENCE bank_account_bank_account_id_seq; \ No newline at end of file +DROP SEQUENCE bank_account_bank_account_id_seq; +DROP TABLE contactrole_ref CASCADE ; +DROP TABLE role CASCADE ; \ No newline at end of file