CC-3813: Update to 2.1.0, cannot display the metadata of Playlist in Media Library
-fixed
This commit is contained in:
parent
791d1dae1b
commit
11e8867731
2 changed files with 10 additions and 0 deletions
|
@ -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 */,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue