schema_update fix

This commit is contained in:
Dima Landiak 2017-11-03 13:05:50 +02:00 committed by Andrew Shvayka
parent ceb8b39c16
commit 99ccb83155

View File

@ -14,4 +14,4 @@
-- limitations under the License.
--
ALTER TABLE ts_kv_latest ALTER COLUMN str_v varchar(10000000);
ALTER TABLE ts_kv_latest ALTER COLUMN str_v SET DATA TYPE varchar(10000000);