delete FROM `relaytofrom` WHERE origin_type = "AUTO" and ( unix_timestamp( )- unix_timestamp( record_expires ) >0 )
If you don't do that, of course, your database fills up with expired entries.
Regards, Rick
delete FROM `relaytofrom` WHERE origin_type = "AUTO" and ( unix_timestamp( )- unix_timestamp( record_expires ) >0 )
If you don't do that, of course, your database fills up with expired entries.
Regards, Rick