From d99ee7a1477359675e1df6441a0b9eefaf560cc1 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 13 Jul 2011 17:08:13 -0400 Subject: [PATCH] - minor fix on upgrade script --- install/upgrades/airtime-1.9.0/airtime-upgrade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/upgrades/airtime-1.9.0/airtime-upgrade.php b/install/upgrades/airtime-1.9.0/airtime-upgrade.php index f4f19ede5..b2825c00c 100644 --- a/install/upgrades/airtime-1.9.0/airtime-upgrade.php +++ b/install/upgrades/airtime-1.9.0/airtime-upgrade.php @@ -149,8 +149,8 @@ if(AirtimeInstall::DbTableExists('doctrine_migration_versions') === false) { AirtimeInstall::BypassMigrations(__DIR__, $migration); } } -// adding music_dir and country table. 2011062914301 and 2011071316104 respetivly -AirtimeInstall::MigrateTablesToVersion(__DIR__, '2011071316104'); +// adding music_dir and country table. 20110629143017 and 20110713161043 respetivly +AirtimeInstall::MigrateTablesToVersion(__DIR__, '20110713161043'); $sql = "INSERT INTO cc_country (isocode, name) VALUES ('AFG', 'Afghanistan '); INSERT INTO cc_country (isocode, name) VALUES ('ALA', 'Ă…land Islands');