Removed old metadata table - this information is now split between the

"files", "playlist", and "playlistcontents" tables.
This commit is contained in:
paul.baranowski 2010-09-21 16:56:20 -04:00
parent 017064310f
commit 19780fd997
6 changed files with 7 additions and 1162 deletions

View file

@ -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;