Skip to content

Commit b68d479

Browse files
committed
Update overview
1 parent 6c5773a commit b68d479

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ pytest --cov=isimip_publisher
215215
Database schema
216216
---------------
217217

218-
The database schema is automatically created when `insert_datasets` or `init` is used the first time. The tool creates 3 main tables:
218+
The database schema is automatically created when `insert_datasets` or `init` is used the first time. The tool creates 3 main tables, one for the `datasets`, one for the `files` (in each dataset), and one for the `resources`, for which DOI are created.:
219219

220220
```
221221
Table "public.datasets"
@@ -236,8 +236,9 @@ The database schema is automatically created when `insert_datasets` or `init` is
236236
updated | timestamp without time zone | | |
237237
published | timestamp without time zone | | |
238238
archived | timestamp without time zone | | |
239+
```
239240

240-
241+
```
241242
Table "public.files"
242243
Column | Type | Collation | Nullable | Default
243244
---------------+-----------------------------+-----------+----------+---------
@@ -255,8 +256,9 @@ The database schema is automatically created when `insert_datasets` or `init` is
255256
identifiers | text[] | | not null |
256257
created | timestamp without time zone | | |
257258
updated | timestamp without time zone | | |
259+
```
258260

259-
261+
```
260262
Table "public.resources"
261263
Column | Type | Collation | Nullable | Default
262264
----------+-----------------------------+-----------+----------+---------

overview.svg

+1-1
Loading

0 commit comments

Comments
 (0)