mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +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);
|