Skip to content

Commit 129d8ba

Browse files
committedFeb 13, 2019
adds more new metadatafields
1 parent 4772022 commit 129d8ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎metadataschema_tor.sql

+2
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ INSERT INTO public.metadatafieldregistry (metadata_schema_id, element, qualifier
170170
INSERT INTO public.metadatafieldregistry (metadata_schema_id, element, qualifier, scope_note) VALUES ((SELECT metadata_schema_id FROM public.metadataschemaregistry WHERE short_id='local'), 'contributorCorporate', 'other', '');
171171
INSERT INTO public.metadatafieldregistry (metadata_schema_id, element, qualifier, scope_note) VALUES ((SELECT metadata_schema_id FROM public.metadataschemaregistry WHERE short_id='local'), 'contributorPerson', 'editor', '');
172172
INSERT INTO public.metadatafieldregistry (metadata_schema_id, element, qualifier, scope_note) VALUES ((SELECT metadata_schema_id FROM public.metadataschemaregistry WHERE short_id='local'), 'contributorPerson', 'other', '');
173+
INSERT INTO public.metadatafieldregistry (metadata_schema_id, element, qualifier, scope_note) VALUES ((SELECT metadata_schema_id FROM public.metadataschemaregistry WHERE short_id='local'), 'researchdata', 'deleteaftertenyears', 'Indicates whether the publication should be deleted in 10 years (true) or not (false)');
174+
INSERT INTO public.metadatafieldregistry (metadata_schema_id, element, qualifier, scope_note) VALUES ((SELECT metadata_schema_id FROM public.metadataschemaregistry WHERE short_id='local'), 'researchdata', 'retention-time', '');
173175

174176

175177
--INSERT INTO public.metadatafieldregistry (metadata_schema_id, element, qualifier, scope_note) VALUES (226, 8, 'viewer', 'provider', 'Metadata field used to register custom viewer');

0 commit comments

Comments
 (0)
Please sign in to comment.