diff --git a/hsarback/database/dropschema.sql b/hsarback/database/dropschema.sql index a2f5486..22ebb53 100644 --- a/hsarback/database/dropschema.sql +++ b/hsarback/database/dropschema.sql @@ -34,5 +34,5 @@ DROP TABLE hive ; DROP SEQUENCE hive_hive_id_seq ; DROP TABLE inet_addr ; DROP SEQUENCE inet_addr_inet_addr_id_seq ; -DROP TABLE business_partner ; -DROP SEQUENCE business_partner_bp_id_seq ; +DROP TABLE business_partner CASCADE ; +