1
0
Fork 0

Issue 3358: The key length should now work on InnoDB and MyISAM

This commit is contained in:
Michael 2017-04-21 21:26:05 +00:00
commit fef0fe2fb9
3 changed files with 21 additions and 22 deletions

View file

@ -38,7 +38,7 @@ define ( 'FRIENDICA_PLATFORM', 'Friendica');
define ( 'FRIENDICA_CODENAME', 'Asparagus');
define ( 'FRIENDICA_VERSION', '3.5.2-dev' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'DB_UPDATE_VERSION', 1219 );
define ( 'DB_UPDATE_VERSION', 1220 );
/**
* @brief Constant with a HTML line break.