Add support for Itunes

This commit is contained in:
Joakim Hellsén 2024-02-18 05:07:30 +01:00
commit f73a36c1c8
15 changed files with 883 additions and 51 deletions

View file

@ -37,8 +37,8 @@ CREATE TABLE IF NOT EXISTS item_extensions (
-- +goose StatementEnd
-- +goose Down
-- +goose StatementBegin
DROP TABLE IF EXISTS feed_extensions;
DROP TABLE IF EXISTS feed_extensions CASCADE;
DROP TABLE IF EXISTS item_extensions;
DROP TABLE IF EXISTS item_extensions CASCADE;
-- +goose StatementEnd