lib/srdb1: Index "inserted_time"+"status" in watchers
- New index for watchers table for columns "inserted_time" and "status".
This is a little performance boost since the function
ps_watchers_db_timer_clean() cleans pending subscriptions
using this columns inside the "where" clause.
New index has been added to both Postgres and Mysql/MariaDB backends.