From 5c0c111a6552fdf310dd3b9d99c959b8746d7c99 Mon Sep 17 00:00:00 2001 From: Peter Hormanns <peter.hormanns@jalin.de> Date: Mon, 10 Apr 2017 18:40:55 +0200 Subject: [PATCH] update schema for member_shares --- hsarback/database/dropschema.sql | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/hsarback/database/dropschema.sql b/hsarback/database/dropschema.sql index bcf1fbc..cb73476 100644 --- a/hsarback/database/dropschema.sql +++ b/hsarback/database/dropschema.sql @@ -39,6 +39,5 @@ 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; DROP TABLE contactrole_ref CASCADE ; DROP TABLE role CASCADE ; -- Gitblit v1.9.0-SNAPSHOT