diff --git a/install/piwigo_structure-mysql.sql b/install/piwigo_structure-mysql.sql index 85f5b7364..7c824b975 100644 --- a/install/piwigo_structure-mysql.sql +++ b/install/piwigo_structure-mysql.sql @@ -419,6 +419,7 @@ CREATE TABLE `piwigo_user_auth_keys` ( `key_type` VARCHAR(40) DEFAULT NULL, `revoked_on` datetime DEFAULT NULL, `last_used_on` datetime DEFAULT NULL, + `last_notified_on` datetime DEFAULT NULL, PRIMARY KEY (`auth_key_id`) ) ENGINE=MyISAM;