mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
15c408be1d
See T4898. As it turns out, `latin1` LONGTEXT is not approximately equivalent to LONGBLOB.
4 lines
185 B
SQL
4 lines
185 B
SQL
TRUNCATE {$NAMESPACE}_differential.differential_changeset_parse_cache;
|
|
|
|
ALTER TABLE {$NAMESPACE}_differential.differential_changeset_parse_cache
|
|
CHANGE cache cache LONGBLOB NOT NULL;
|