feat: test migrations
This commit is contained in:
parent
ba525265be
commit
65891ef6ed
1
migrations/test/001_payments_insert.down.json
Normal file
1
migrations/test/001_payments_insert.down.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
[{ "delete": "payments", "deletes": [{ "q": {} }] }]
|
7
migrations/test/001_payments_insert.up.json
Normal file
7
migrations/test/001_payments_insert.up.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"insert": "payments",
|
||||||
|
"ordered": true,
|
||||||
|
"documents": []
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user