diff --git a/StreamMaster.Infrastructure.EF.PGSQL/Scripts/create_or_update_smstreams_and_channels.sql b/StreamMaster.Infrastructure.EF.PGSQL/Scripts/create_or_update_smstreams_and_channels.sql index b602dfdd9..ddb43285c 100644 --- a/StreamMaster.Infrastructure.EF.PGSQL/Scripts/create_or_update_smstreams_and_channels.sql +++ b/StreamMaster.Infrastructure.EF.PGSQL/Scripts/create_or_update_smstreams_and_channels.sql @@ -49,7 +49,7 @@ BEGIN "ChannelId" = EXCLUDED."ChannelId", "ChannelName" = EXCLUDED."ChannelName", "TVGName" = EXCLUDED."TVGName", - "ExtInf" = EXCLUDED."ExtInf"; + "ExtInf" = EXCLUDED."ExtInf", "NeedsDelete" = false; -- Step 2: Conditionally Create Channels