Fix Watcher DB schema creation

This patch set replaces create_schema with upgrade to fix
apscheduler creation issue. It also fixes pep8 warnings to
d09a5945e4a0_add_action_description_table.py

Change-Id: Ica842d585ee3a9cd67e45eb1d7bb1916573d7c9c
This commit is contained in:
Alexander Chadin
2017-09-15 15:30:33 +03:00
parent a99a9ae69e
commit a5e7fd90c2
2 changed files with 19 additions and 15 deletions

View File

@@ -68,4 +68,4 @@
.. code-block:: ini
su -s /bin/sh -c "watcher-db-manage --config-file /etc/watcher/watcher.conf create_schema"
su -s /bin/sh -c "watcher-db-manage --config-file /etc/watcher/watcher.conf upgrade"