Mercurial > getan
diff CHANGES @ 433:266634f3712a
Improves command line options.
* Adds option '--init-only' which will non-interactively just
create the databasefile if it does not exits. This is useful if you want
to add tasks non-interatively. It allows to remove the superfluous file
`schema.sql` which duplicates the build-in schema in `backend.py`.
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Thu, 07 Sep 2017 17:08:23 +0200 |
parents | 8d03d7ada7e1 |
children | 11c2a3beee91 |
line wrap: on
line diff
--- a/CHANGES Tue May 30 09:02:48 2017 +0200 +++ b/CHANGES Thu Sep 07 17:08:23 2017 +0200 @@ -1,4 +1,6 @@ 2.1 xx.xx.20xx UNRELEASED + * Adds option '--init-only' which will non-interactively just + create the databasefile if it does not exits. (Bernhard Reiter) * Fixes a possible encoding detection failure: uses 'utf-8' by default then. Patch by Tom Gottfried. (Bernhard Reiter)