minor update to test
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
This commit is contained in:
parent
31069ae4f2
commit
3d4dfaafd9
@ -14,4 +14,4 @@ insert into gh_ost_test values (NULL, 23);
|
||||
insert into gh_ost_test values (NULL, 29);
|
||||
insert into gh_ost_test values (NULL, 31);
|
||||
insert into gh_ost_test values (NULL, 37);
|
||||
delete from gh_ost_test where id>5;
|
||||
delete from gh_ost_test where id>=5;
|
||||
|
Loading…
Reference in New Issue
Block a user