Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions db_schema/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down
Loading