We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c83df9e commit 347c67fCopy full SHA for 347c67f
CHANGES.txt
@@ -3,6 +3,14 @@ Changes
3
4
OpenConferenceWare stable releases and changes included, with latest at top:
5
6
+* v0.20090605
7
+
8
+- FIXED schema/migrations for MySQL, it was truncating important columns
9
+ to 255 characters. This fix upgrades these "varchar(255)" columns to
10
+ "text": proposal descriptions, schedule items excerpts and
11
+ descriptions, snippets descriptions, and tracks descriptions. If you
12
+ were using SQLite, you were not affected by this bug.
13
14
* v0.20090524
15
16
- FIXED layout, it no longer raises an exception if there's no event.
0 commit comments