MySQL: Dashboard.data column type changed to mediumtext (sql migration added), Fixes #1863

This commit is contained in:
Torkel Ödegaard
2015-04-23 16:18:00 +02:00
parent d92fae07a5
commit 8526025792
5 changed files with 25 additions and 4 deletions

View File

@@ -2,6 +2,7 @@
**Fixes**
- [Issue #1857](https://github.com/grafana/grafana/issues/1857). /api/login/ping Fix for issue when behind reverse proxy and subpath
- [Issue #1863](https://github.com/grafana/grafana/issues/1863). MySQL: Dashboard.data column type changed to mediumtext (sql migration added)
# 2.0.2 (2015-04-22)