From 8866a673d356853719a0b056d4aa678edd201349 Mon Sep 17 00:00:00 2001 From: denise Date: Tue, 11 Sep 2012 12:39:24 -0400 Subject: [PATCH] CC-4375: DB Upgrade Error, from 2.0.3 to 2.2 -fixed --- install_minimal/upgrades/airtime-2.2.0/data/upgrade.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_minimal/upgrades/airtime-2.2.0/data/upgrade.sql b/install_minimal/upgrades/airtime-2.2.0/data/upgrade.sql index c2f8ba70b..4a86dc356 100644 --- a/install_minimal/upgrades/airtime-2.2.0/data/upgrade.sql +++ b/install_minimal/upgrades/airtime-2.2.0/data/upgrade.sql @@ -113,7 +113,7 @@ CREATE TABLE cc_webstream_metadata ( ALTER TABLE cc_files DROP COLUMN gunid, ADD COLUMN replay_gain character varying(16), - ADD COLUMN owner_id integer; + ADD COLUMN owner_id integer, ALTER COLUMN bpm TYPE integer using airtime_to_int(bpm) /* TYPE change - table: cc_files original: character varying(8) new: integer */; ALTER TABLE cc_playlistcontents