Commit 99ccb8315553f6547f90d9b0988209446106a327

Authored by Dima Landiak
Committed by Andrew Shvayka
1 parent ceb8b39c

schema_update fix

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