Add names to API tokens.
This commit is contained in:
1
sql-update-1.2.2.sql
Normal file
1
sql-update-1.2.2.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `system_api_tokens` ADD COLUMN `api_token_name` CHAR(64) NOT NULL AFTER `api_token`;
|
||||
Reference in New Issue
Block a user