summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/com/iciql/test/models/ProductNoCreateTable.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/com/iciql/test/models/ProductNoCreateTable.java b/tests/com/iciql/test/models/ProductNoCreateTable.java
index 074af35..cbf96e9 100644
--- a/tests/com/iciql/test/models/ProductNoCreateTable.java
+++ b/tests/com/iciql/test/models/ProductNoCreateTable.java
@@ -27,7 +27,7 @@ import com.iciql.Iciql.IQTable;
* A table containing product data.
*/
-@IQTable(createIfRequired = false)
+@IQTable(create = false)
public class ProductNoCreateTable {
@SuppressWarnings("unused")