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