Michael Hoennig
2022-10-17 28bdd9220de5eb92ae254e96f364c43b99133c6a
src/main/resources/db/changelog/300-hs-office-membership.sql
@@ -6,7 +6,6 @@
CREATE TYPE HsOfficeReasonForTermination AS ENUM ('NONE', 'CANCELLATION', 'TRANSFER', 'DEATH', 'LIQUIDATION', 'EXPULSION');
CREATE CAST (character varying as HsOfficeReasonForTermination) WITH INOUT AS IMPLICIT;
create table if not exists hs_office_membership