diff options
author | Victor Shyba <victor.shyba@gmail.com> | 2015-09-24 21:57:26 -0300 |
---|---|---|
committer | Victor Shyba <victor.shyba@gmail.com> | 2015-09-28 16:52:53 -0300 |
commit | de0cf00b4412e253a481ff19803bab66ffc4443e (patch) | |
tree | fc1733ef8138160ba273f4afdd5902430a41537a /common/changes | |
parent | c4c280e12bf70dd41183d2d2ffbba200a45d0247 (diff) |
[refactor] kaliy's review and pep8 fixes
README with information about latest change, missing docs and licenses,
variable naming and pep8.
Diffstat (limited to 'common/changes')
-rw-r--r-- | common/changes/create_db_cmd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/changes/create_db_cmd b/common/changes/create_db_cmd new file mode 100644 index 00000000..00bbdf71 --- /dev/null +++ b/common/changes/create_db_cmd @@ -0,0 +1,2 @@ + o Add a sanitized command executor for database creation and re-enable + user database creation on CouchServerState via command line. |