mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
issue #2404 update piwigo structure sql
This commit is contained in:
@@ -419,6 +419,7 @@ CREATE TABLE `piwigo_user_auth_keys` (
|
|||||||
`key_type` VARCHAR(40) DEFAULT NULL,
|
`key_type` VARCHAR(40) DEFAULT NULL,
|
||||||
`revoked_on` datetime DEFAULT NULL,
|
`revoked_on` datetime DEFAULT NULL,
|
||||||
`last_used_on` datetime DEFAULT NULL,
|
`last_used_on` datetime DEFAULT NULL,
|
||||||
|
`last_notified_on` datetime DEFAULT NULL,
|
||||||
PRIMARY KEY (`auth_key_id`)
|
PRIMARY KEY (`auth_key_id`)
|
||||||
) ENGINE=MyISAM;
|
) ENGINE=MyISAM;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user