##// END OF EJS Templates
db: use LONGTEXT for mysql in user_logs. Fixes #5385, problem with mysql rejecting...
db: use LONGTEXT for mysql in user_logs. Fixes #5385, problem with mysql rejecting insert because of too long json data. - simple case of lots of users in user group can cause mysql to fail on insert

File last commit:

r2025:0ae30cda default
r2087:d69882dc default
Show More
.bumpversion.cfg
6 lines | 145 B | text/x-ini | IniLexer
[bumpversion]
current_version = 4.10.0
message = release: Bump version {current_version} to {new_version}
[bumpversion:file:rhodecode/VERSION]