issue #2404 update piwigo structure sql

This commit is contained in:
Linty
2025-09-08 14:56:43 +02:00
parent 5221527e04
commit 3a10a06b6b

View File

@@ -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;