diff --git a/src/main/resources/eu/dnetlib/dhp/schema/sql/eosc_patch.sql b/src/main/resources/eu/dnetlib/dhp/schema/sql/eosc_patch.sql index 3d09e63..3b089dc 100644 --- a/src/main/resources/eu/dnetlib/dhp/schema/sql/eosc_patch.sql +++ b/src/main/resources/eu/dnetlib/dhp/schema/sql/eosc_patch.sql @@ -1,7 +1,7 @@ -- Table to extend the datasource properties according to the eosc model CREATE TABLE dsm_datasources_eosc( id varchar(255) references dsm_datasources(id), - jurisdiction text[], + jurisdiction text, thematic boolean, knowledge_graph boolean, content_policies text[],