diff --git a/migrations/test/001_payments_insert.down.json b/migrations/test/001_payments_insert.down.json new file mode 100644 index 0000000..8beb632 --- /dev/null +++ b/migrations/test/001_payments_insert.down.json @@ -0,0 +1 @@ +[{ "delete": "payments", "deletes": [{ "q": {} }] }] diff --git a/migrations/test/001_payments_insert.up.json b/migrations/test/001_payments_insert.up.json new file mode 100644 index 0000000..c1f4578 --- /dev/null +++ b/migrations/test/001_payments_insert.up.json @@ -0,0 +1,7 @@ +[ + { + "insert": "payments", + "ordered": true, + "documents": [] + } +]