updated schema of dsm_datasources_eosc

This commit is contained in:
Michele Artini 2021-07-26 14:09:29 +02:00
parent 152b16ddfa
commit 937a6550c0
1 changed files with 1 additions and 1 deletions

View File

@ -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[],