When trying to upgrade from 1.3.7.1 to 1.3.8a i get the following error when the database upgrade from 1.3.7 to 1.3.8 is chosen and i press "Update database now" in the Database Upgrade setup page.


1364 Field 'query_keys_list' doesn't have a default value
in:
[INSERT INTO query_builder (query_category, query_name, query_description , query_string) VALUES ('email,newsletters', 'Customers who have never completed a purchase', 'For sending newsletter to all customers who registered but have never completed a purchase', 'SELECT DISTINCT c.customers_email_address as customers_email_address, c.customers_lastname as customers_lastname, c.customers_firstname as customers_firstname FROM TABLE_CUSTOMERS c LEFT JOIN TABLE_ORDERS o ON c.customers_id=o.customers_id WHERE o.date_purchased IS NULL');]



How can i fix this? And yes, i have made backups ;)

When i go back again after this error the page reports no upgrade is needed:
Database Information -- Upgrade Sniffer predicts: *** No upgrade required ***