change metaData_values.value from char(255) to varchar(1024)
This commit is contained in:
parent
57bef51545
commit
c76f12d278
4 changed files with 35 additions and 2 deletions
|
|
@ -38,6 +38,10 @@ save you many hours of grief.
|
|||
|
||||
* Support for server-side spell checking in the Rich Editor TinyMCE has been removed.
|
||||
|
||||
* The field metaData_values.value has been changed from 'char(255)' to varchar(1024).
|
||||
This may be incompatible with some MySQL operations. Please check any custom modules
|
||||
that access this field.
|
||||
|
||||
7.10.24
|
||||
--------------------------------------------------------------------
|
||||
* WebGUI now depends on Business::OnlinePayment::AuthorizeNet. This version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue