librenms/sql-schema/034.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);