mdsimpson / contact-form-7-to-database-extension

CFDB - WordPress plugin to save form submissions into a database
GNU General Public License v3.0
240 stars 59 forks source link

cf7dbplugin_submits database size #48

Open huzanspenta opened 6 years ago

huzanspenta commented 6 years ago

Hello, I've noticed that the size of the cf7dbplugin_submits is incredibly large.

How can I control this? Request for your support.

lnaima commented 6 years ago

Have you tried to cancel the submits of old forms? Attachments also are saved there I think.

alexcroox commented 5 years ago

DELETE FROM wp_cf7dbplugin_submits WHERE FROM_UNIXTIME(submit_time) < '2018-03-01 00:00:00'

themaniac commented 5 years ago

DELETE FROM wp_cf7dbplugin_submits WHERE FROM_UNIXTIME(submit_time) < '2018-03-01 00:00:00'

thanks for this