Increase API token length to allow for future growth

This commit is contained in:
Paul Gear
2014-09-27 14:49:33 +10:00
parent 0a351ecf58
commit 4a8f54dafc

2
sql-schema/034.sql Normal file
View File

@@ -0,0 +1,2 @@
-- Allow for future use of different tokens - this supports up to SHA-512
ALTER TABLE `api_tokens` MODIFY `token_hash` VARCHAR(256);