From 3a10a06b6b8ab03262fd6d5d1c068039f85d9ce7 Mon Sep 17 00:00:00 2001 From: Linty Date: Mon, 8 Sep 2025 14:56:43 +0200 Subject: [PATCH] issue #2404 update piwigo structure sql --- install/piwigo_structure-mysql.sql | 1 + 1 file changed, 1 insertion(+) 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;