1
0

add audit journal log for hs_office_partner

This commit is contained in:
Michael Hoennig
2022-10-13 08:34:04 +02:00
parent 472734a516
commit d77d853c80
2 changed files with 36 additions and 13 deletions

View File

@ -16,3 +16,11 @@ create table if not exists hs_office_partner
dateOfDeath date
);
--//
-- ============================================================================
--changeset hs-office-partner-MAIN-TABLE-JOURNAL:1 endDelimiter:--//
-- ----------------------------------------------------------------------------
call create_journal('hs_office_partner');
--//