Adds table tsearch to test for @@ operator against a tsvector field. Fixes StructureSpec accordingly.

This commit is contained in:
Diogo Biazus
2015-05-22 12:15:14 -04:00
parent b070994912
commit 4277284a69
2 changed files with 16 additions and 8 deletions
+1
View File
@@ -22,6 +22,7 @@ spec = around withApp $ do
, {"schema":"1","name":"menagerie","insertable":true}
, {"schema":"1","name":"no_pk","insertable":true}
, {"schema":"1","name":"simple_pk","insertable":true}
, {"schema":"1","name":"tsearch","insertable":true}
] |]
{matchStatus = 200}