Skip to content

Commit

Permalink
Release 3.5.18
Browse files Browse the repository at this point in the history
  • Loading branch information
nitriques committed Sep 6, 2018
1 parent 1bf25f0 commit cee501c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions extension.meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
<dependency version="2.7.0">textboxfield</dependency>
</dependencies>
<releases>
<release version="3.5.18" date="2018-09-06" min="2.6.0" max="2.x.x">
* Make the creation of new table have the 1024 handle as well (do not wait for an update!)
</release>
<release version="3.5.17" date="2018-02-09" min="2.6.0" max="2.x.x">
* Drop index before changing column
* Check the right table for the `text_handle` column
Expand Down

2 comments on commit cee501c

@wdebusschere
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this mean?

@nitriques
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3.5.12 added an update to change all handles to make them 1024 characters long. The update work, but all subsequent table creation where getting varchar(255). Check the previous commit 1bf25f0

Please sign in to comment.