Run the following SQL command, replacing the placeholder <channel_type> with
the actual notification channel name: update notifchannel set expiry_dt=null, last_update_dt=current timestamp where channel_id = <channel_id>
Note: You
can set the expiry date (expiry_dt) value to a future
date.