mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-05 16:14:11 +01:00
* [FIX] Fixed issue with timezone conversion to UNIX time. Thanks to @dvdfabian for the feedback. Closes #858 #871
* [FIX] Fixed issue with LDAP email address when it returns more than one result. Thanks to @dvdfabian and @mymasse for the feedback. Closes #967 #855 * [FIX] Fixed issue when setting language environment variable on some OS. Thanks to @willw-carallon for the feedback. Closes #900 * [FIX] Fixed issue when performing LDAP group lookup. Thank to @dvdfabian for the feedback. Closes #853 * [MOD] Improved behaviour on input of type multiple. Thanks to @vmario89 for the feedback. Closes #839 * [MOD] Deleted unused variable in css.php file. Thanks to @cney for the feedback. Closes #801 * [FIX] Fixed wrong field definition for accHistory.notes. Thanks to @katstei for the feedback. Closes #764
This commit is contained in:
@@ -194,7 +194,7 @@ CREATE TABLE `accHistory` (
|
||||
`acchistory_url` varchar(255) DEFAULT NULL,
|
||||
`acchistory_pass` varbinary(1000) NOT NULL,
|
||||
`acchistory_key` varbinary(1000) NOT NULL,
|
||||
`acchistory_notes` text NOT NULL,
|
||||
`acchistory_notes` text,
|
||||
`acchistory_countView` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`acchistory_countDecrypt` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`acchistory_dateAdd` datetime NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user