changeset 4326:f2f0b776ba12

schema: improve docs for db updates
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 04 Sep 2019 15:32:16 +0200
parents 124a5a7fe8d6
children ff21b742b106
files schema/README.md schema/updates/README.md
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/schema/README.md	Wed Sep 04 15:30:08 2019 +0200
+++ b/schema/README.md	Wed Sep 04 15:32:16 2019 +0200
@@ -4,3 +4,5 @@
 to be more similiar to UML and leave out some less useful labels.
 
 See  `../docker/README.md`
+
+Look at `updates/README.md` to how databases are updated.
--- a/schema/updates/README.md	Wed Sep 04 15:30:08 2019 +0200
+++ b/schema/updates/README.md	Wed Sep 04 15:32:16 2019 +0200
@@ -69,4 +69,4 @@
   database updated using `schema/update-db.sh`!
 
 - Update `schema/version.sql`, so that it reflects the new schema
-  version you just created.
+  version you've just created.