Add support for Itunes
This commit is contained in:
parent
8f7690d8f4
commit
f73a36c1c8
15 changed files with 883 additions and 51 deletions
|
|
@ -61,8 +61,8 @@ CREATE TABLE IF NOT EXISTS item_dublin_cores (
|
|||
-- +goose StatementEnd
|
||||
-- +goose Down
|
||||
-- +goose StatementBegin
|
||||
DROP TABLE IF EXISTS feed_dublin_cores;
|
||||
DROP TABLE IF EXISTS feed_dublin_cores CASCADE;
|
||||
|
||||
DROP TABLE IF EXISTS item_dublin_cores;
|
||||
DROP TABLE IF EXISTS item_dublin_cores CASCADE;
|
||||
|
||||
-- +goose StatementEnd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue