diff --git a/db_schema/schema.sql b/db_schema/schema.sql index 3b67d42..e23d667 100644 --- a/db_schema/schema.sql +++ b/db_schema/schema.sql @@ -703,7 +703,6 @@ CREATE TABLE IF NOT EXISTS anchorPodcastEpisodes ( share_link_embed_path VARCHAR(512) NOT NULL, ad_count INTEGER NOT NULL, created DATETIME NOT NULL, - publishOn DATETIME, duration BIGINT NOT NULL, hour_offset INTEGER NOT NULL, is_deleted BOOLEAN NOT NULL, @@ -761,9 +760,7 @@ CREATE TABLE IF NOT EXISTS hosterPodcastMetrics ( 'downloads', 'platforms', 'clients', - 'sources', - 'listeners', - 'subscribers' + 'sources' ) NOT NULL, subdimension SMALLINT UNSIGNED NOT NULL, value INTEGER NOT NULL,