mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 04:42:40 +01:00
Change LONGTEXT cache column to BINARY
See T4898. As it turns out, `latin1` LONGTEXT is not approximately equivalent to LONGBLOB.
This commit is contained in:
parent
d744d5d859
commit
15c408be1d
1 changed files with 4 additions and 0 deletions
4
resources/sql/autopatches/20140518.dxmorebinarycache.sql
Normal file
4
resources/sql/autopatches/20140518.dxmorebinarycache.sql
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
TRUNCATE {$NAMESPACE}_differential.differential_changeset_parse_cache;
|
||||||
|
|
||||||
|
ALTER TABLE {$NAMESPACE}_differential.differential_changeset_parse_cache
|
||||||
|
CHANGE cache cache LONGBLOB NOT NULL;
|
Loading…
Reference in a new issue