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:
James 2011-08-18 15:32:33 -04:00
parent ceea384154
commit 873f7e1dae
4 changed files with 10 additions and 3 deletions

View file

@ -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()