Skip to content

Commit

Permalink
Update overview
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Mar 31, 2023
1 parent 6c5773a commit b68d479
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ pytest --cov=isimip_publisher
Database schema
---------------

The database schema is automatically created when `insert_datasets` or `init` is used the first time. The tool creates 3 main tables:
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.:

```
Table "public.datasets"
Expand All @@ -236,8 +236,9 @@ The database schema is automatically created when `insert_datasets` or `init` is
updated | timestamp without time zone | | |
published | timestamp without time zone | | |
archived | timestamp without time zone | | |
```

```
Table "public.files"
Column | Type | Collation | Nullable | Default
---------------+-----------------------------+-----------+----------+---------
Expand All @@ -255,8 +256,9 @@ The database schema is automatically created when `insert_datasets` or `init` is
identifiers | text[] | | not null |
created | timestamp without time zone | | |
updated | timestamp without time zone | | |
```

```
Table "public.resources"
Column | Type | Collation | Nullable | Default
----------+-----------------------------+-----------+----------+---------
Expand Down
2 changes: 1 addition & 1 deletion overview.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b68d479

Please sign in to comment.