Merge branch 'dev' of /home/macgirvin/roadhouse into dev

This commit is contained in:
nobody 2021-03-23 17:19:44 -07:00
commit ce6f2ab66a
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ use Zotlabs\Daemon\Run;
* @brief This file defines some global constants and includes the central App class.
*/
define ( 'STD_VERSION', '21.03.22' );
define ( 'STD_VERSION', '21.03.24' );
define ( 'ZOT_REVISION', '10.0' );
define ( 'DB_UPDATE_VERSION', 1247 );

View file

@ -1625,7 +1625,7 @@ CREATE TABLE if not exists oauth_access_tokens (
user_id int(10) unsigned NOT NULL DEFAULT 0,
expires TIMESTAMP NOT NULL,
scope VARCHAR(4000),
KEY `access_token` (`access_token`)
KEY `access_token` (`access_token`(192))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
CREATE TABLE if not exists oauth_authorization_codes (