1
0

add audit journal log for hs_office_person

This commit is contained in:
Michael Hoennig
2022-10-13 08:23:08 +02:00
parent df493e40d7
commit 472734a516
2 changed files with 27 additions and 0 deletions

View File

@ -17,3 +17,11 @@ create table if not exists hs_office_person
familyName varchar(48)
);
--//
-- ============================================================================
--changeset hs-office-person-MAIN-TABLE-JOURNAL:1 endDelimiter:--//
-- ----------------------------------------------------------------------------
call create_journal('hs_office_person');
--//