MultiTool/TBMD_SCHEMA_006_13_09_2023.sql hinzugefügt

This commit is contained in:
JenneJ 2023-09-13 15:36:05 +02:00
parent 492d57f26c
commit 7baf477605

View File

@ -0,0 +1,9 @@
USE DD_ECM
INSERT INTO TBMT_FUNCTIONS (NAME, DESCRIPTION, ACTIVE, [PARAMETERS], ADDED_WHO) VALUES (
'ADDRESS',
'Fetches address details from an account number and fills configured fields',
1,
'Name,Street,Zip,City'
'UPDATE-006',
)