Skip to content
This repository was archived by the owner on Oct 1, 2021. It is now read-only.

Commit dc886f0

Browse files
committed
feat: empty 7-th migration
1 parent b186b5a commit dc886f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

migrations/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ const emptyMigration = {
1111
}
1212

1313
module.exports = [
14+
Object.assign({version: 7}, emptyMigration),
1415
]

0 commit comments

Comments
 (0)