After a users premium account expires, their level_id on the users table does revert back to 1 (free), but their paidExpiryDate value is still the due date of their expiry
+---------------------+----------+
| paidExpiryDate | level_id |
+---------------------+----------+
| 2016-04-16 03:26:07 | 1 |
+---------------------+----------+
Shouldn't the paidexpirydate revert back to NULL or 0000-00-00 00:00:00 ?
i mean because right now its 2016-05-11 and they haven't upgraded again, yet the value is still 2016-04-16, it should clear
+---------------------+----------+
| paidExpiryDate | level_id |
+---------------------+----------+
| 2016-04-16 03:26:07 | 1 |
+---------------------+----------+
Shouldn't the paidexpirydate revert back to NULL or 0000-00-00 00:00:00 ?
i mean because right now its 2016-05-11 and they haven't upgraded again, yet the value is still 2016-04-16, it should clear