mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 15:14:08 +01:00
* [FIX] Fixed memory exaust when logging data to the DB. * [FIX] Fixed installation when an existing XML is found. * [FIX] Fixed form validation when an account is being created and it's linked to other one. Thanks to @TheMengzor for the feedback. Closes #451
2 lines
110 B
SQL
2 lines
110 B
SQL
ALTER TABLE `accounts`
|
|
CHANGE COLUMN `account_id` `account_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT; |