mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
3 lines
133 B
MySQL
3 lines
133 B
MySQL
|
-- Allow for future use of different tokens - this supports up to SHA-512
|
||
|
ALTER TABLE `api_tokens` MODIFY `token_hash` VARCHAR(256);
|