1
0

add audit journal log for hs_office_bankaccount

This commit is contained in:
Michael Hoennig
2022-10-13 08:03:48 +02:00
parent a56af5af25
commit df493e40d7
2 changed files with 28 additions and 0 deletions

View File

@ -11,3 +11,11 @@ create table hs_office_bankaccount
bic varchar(11) not null
);
--//
-- ============================================================================
--changeset hs-office-bankaccount-MAIN-TABLE-JOURNAL:1 endDelimiter:--//
-- ----------------------------------------------------------------------------
call create_journal('hs_office_bankaccount');
--//