Skip to content

Commit

Permalink
Merge pull request #167 from basho/bugfix/bch/update-ts-0.8.0-tests
Browse files Browse the repository at this point in the history
Add in new test ts_A_select_pass_2
  • Loading branch information
Brett Hazen committed Oct 2, 2015
2 parents 021d59e + 0e9e2a7 commit 9d40edd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions priv/sql/164-update-ts-tests-0.8.0.sql
@@ -0,0 +1,5 @@
BEGIN;

UPDATE tests set name = 'ts_A_select_pass_2' where name = 'ts_A_put_fail_3';

COMMIT;

0 comments on commit 9d40edd

Please sign in to comment.