annotate schema/README.md @ 5560:f2204f91d286

Join the log lines of imports to the log exports to recover data from them. Used in SR export to extract information that where in the meta json but now are only found in the log.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 09 Feb 2022 18:34:40 +0100
parents f2f0b776ba12
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2394
85c47d63fdb9 Mention PostgreSQL version requirement
Tom Gottfried <tom@intevation.de>
parents: 1250
diff changeset
1 The gemma database schema requires PostgreSQL >= 11.
85c47d63fdb9 Mention PostgreSQL version requirement
Tom Gottfried <tom@intevation.de>
parents: 1250
diff changeset
2
1250
2abeaadccbe6 Add schema/README.md to explain dot.tmpl
Bernhard Reiter <bernhard@intevation.de>
parents:
diff changeset
3 `dot.tmpl` is a template file for `postgresql_autodoc`
2abeaadccbe6 Add schema/README.md to explain dot.tmpl
Bernhard Reiter <bernhard@intevation.de>
parents:
diff changeset
4 to be more similiar to UML and leave out some less useful labels.
2abeaadccbe6 Add schema/README.md to explain dot.tmpl
Bernhard Reiter <bernhard@intevation.de>
parents:
diff changeset
5
2abeaadccbe6 Add schema/README.md to explain dot.tmpl
Bernhard Reiter <bernhard@intevation.de>
parents:
diff changeset
6 See `../docker/README.md`
4326
f2f0b776ba12 schema: improve docs for db updates
Bernhard Reiter <bernhard@intevation.de>
parents: 2394
diff changeset
7
f2f0b776ba12 schema: improve docs for db updates
Bernhard Reiter <bernhard@intevation.de>
parents: 2394
diff changeset
8 Look at `updates/README.md` to how databases are updated.