addition of use_create option for populate
[dbsrgits/DBIx-Class-Fixtures.git] / t / var / configs / use_create.json
diff --git a/t/var/configs/use_create.json b/t/var/configs/use_create.json
new file mode 100644 (file)
index 0000000..02d1be8
--- /dev/null
@@ -0,0 +1,6 @@
+{
+       "sets": [{
+               "class": "Artist",
+               "ids": ["4"],
+       }]
+}