UPDATE subscriptionlog SET expirydate = expirydate + TIME_IN_SECONDS WHERE subscriptionid = SUB_ID
With this, all you need to do is edit the 'TIME_IN_SECONDS' with a period of time in seconds. Use websites like http://www.convertunits.com/from/year/to/second to find out the period of time.