Changes the insertable to true in views that are insertable through triggers [fixes #206]

This commit is contained in:
Diogo Biazus
2015-06-22 00:16:23 -04:00
parent e93c96a6f8
commit f4011e5d8c
4 changed files with 38 additions and 5 deletions
+1
View File
@@ -17,6 +17,7 @@ spec = around withApp $ do
{"schema":"1","name":"auto_incrementing_pk","insertable":true}
, {"schema":"1","name":"compound_pk","insertable":true}
, {"schema":"1","name":"has_fk","insertable":true}
, {"schema":"1","name":"insertable_view_with_join","insertable":true}
, {"schema":"1","name":"items","insertable":true}
, {"schema":"1","name":"json","insertable":true}
, {"schema":"1","name":"menagerie","insertable":true}