diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/master-data/custom_widget_migration.sql b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/master-data/custom_widget_migration.sql index 2eebf361c1b4ae0d4adb5815d28b6bca9df3a59c..ebfaa1ee424c1d2a8e5a982df2e3d2e9d57e0631 100644 --- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/master-data/custom_widget_migration.sql +++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/master-data/custom_widget_migration.sql @@ -1 +1 @@ -UPDATE property_types SET meta_data = '{ "custom_widget" : "word_processor" }'::jsonb WHERE id IN (SELECT id FROM property_types WHERE daty_id = (SELECT id FROM data_types WHERE code = 'MULTILINE_VARCHAR')); \ No newline at end of file +UPDATE property_types SET meta_data = '{ "custom_widget" : "Word Processor" }'::jsonb WHERE id IN (SELECT id FROM property_types WHERE daty_id = (SELECT id FROM data_types WHERE code = 'MULTILINE_VARCHAR')); \ No newline at end of file