CC-2698: upgrading fail from 1.8.2->1.9.0
- fixed version string - deleting entries from cc_schedule before adding "ON CASCADE" constraint
This commit is contained in:
parent
ceea384154
commit
873f7e1dae
4 changed files with 10 additions and 3 deletions
|
@ -21,7 +21,7 @@ from urlparse import urlparse
|
|||
import base64
|
||||
from configobj import ConfigObj
|
||||
|
||||
AIRTIME_VERSION = "1.9.0-devel"
|
||||
AIRTIME_VERSION = "1.9.1"
|
||||
|
||||
def api_client_factory(config):
|
||||
logger = logging.getLogger()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue