Removed old metadata table - this information is now split between the
"files", "playlist", and "playlistcontents" tables.
This commit is contained in:
parent
017064310f
commit
19780fd997
6 changed files with 7 additions and 1162 deletions
|
@ -68,3 +68,4 @@ ALTER TABLE cc_schedule ADD CONSTRAINT unique_id UNIQUE (id);
|
|||
|
||||
CREATE SEQUENCE schedule_group_id_seq;
|
||||
|
||||
DROP TABLE cc_mdata CASCADE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue