Commit old changes

This commit is contained in:
2024-12-03 09:55:11 +00:00
parent 6a37a77895
commit 87010acdcc
19 changed files with 3167 additions and 1320 deletions

View File

@@ -129,7 +129,20 @@ $dictionary ['EcmAction'] = array (
'size' => '20',
'enable_range_search' => false,
'precision' => '2'
)
),
'shape' => array(
'name' => 'shape',
'options' => 'ecmproducts_shape_dom',
'vname' => 'Forma',
'len' => 36,
'type' => 'enum'
),
'performance' => array(
'name' => 'performance',
'vname' => 'Wydajność',
'type' => 'decimal',
'len' => '15,2',
),
),
'relationships' => array (),
'optimistic_locking' => true,