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

@ -1,6 +1,6 @@
<?php
define('AIRTIME_VERSION', '1.9.0');
define('AIRTIME_VERSION', '1.9.1');
define('AIRTIME_COPYRIGHT_DATE', '2010-2011');
define('AIRTIME_REST_VERSION', '1.1');