CC-3813: Update to 2.1.0, cannot display the metadata of Playlist in Media Library

-fixed
This commit is contained in:
Martin Konecny 2012-05-18 17:59:51 -04:00
parent 791d1dae1b
commit 11e8867731
2 changed files with 10 additions and 0 deletions

View file

@ -68,6 +68,8 @@ ALTER TABLE cc_playlist
ADD COLUMN utime timestamp(6) without time zone,
ADD COLUMN creator_id integer,
ADD COLUMN length interval DEFAULT '00:00:00'::interval;
UPDATE cc_playlist SET utime = mtime;
ALTER TABLE cc_playlistcontents
ALTER COLUMN cliplength TYPE interval /* TYPE change - table: cc_playlistcontents original: time without time zone new: interval */,