From 7a2e3146a2d04d64a8a7404cc4b72dd15d486bfe Mon Sep 17 00:00:00 2001 From: Shlomi Noach Date: Mon, 22 Aug 2016 15:53:44 +0200 Subject: [PATCH] fixed alter statement in rename test --- localtests/rename/extra_args | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/localtests/rename/extra_args b/localtests/rename/extra_args index c5f65da..d36d5ee 100644 --- a/localtests/rename/extra_args +++ b/localtests/rename/extra_args @@ -1 +1 @@ ---alter="change column c3 c4 int not null" --approve-renamed-columns +--alter="change column c2 c3 int not null" --approve-renamed-columns