Added new form field data

This commit is contained in:
Piyush
2025-02-06 16:58:30 +05:30
parent a3d3fec0e1
commit 8d78f32234
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
INSERT INTO FORM_FIELD (ID, SORT_ORDER, NAME, LABEL, DESCRIPTION, SETTINGS, VALIDATORS, CREATED_DATE, UPDATED_DATE)
VALUES
(
22,
22,
'switch',
'Casella di spunta "Checklist"',
'Per selezioni binarie, accettazioni, conferme',
'[{"name":"label","value":"Casella di Spunta"},{"name":"isChecklistItem","value":true}]',
'{"isRequired":false}',
CURRENT_TIMESTAMP,
CURRENT_TIMESTAMP
);