diff --git a/tests/schema.yml b/tests/schema.yml index 5347931..80bd94b 100644 --- a/tests/schema.yml +++ b/tests/schema.yml @@ -2,7 +2,6 @@ rules: actions: - table: table_truncate1 truncate: true - - table: table_truncate2 - query: 'select * from table_truncate2 where delete_me=1' + query: 'select * from table_truncate2 where delete_me=true' truncate: true