tarantool-spacer icon indicating copy to clipboard operation
tarantool-spacer copied to clipboard

Just migrate

Open bofm opened this issue 6 years ago • 0 comments

It would be great to have a migrate method so that we could do something like this

> spacer:list()
- 1561633115_1st
- 1561633215_2nd
- 1561633315_3rd

> spacer:version()
- 1561633315_3rd

> spacer:migrate("1561633115_1st")

> spacer:version()
- 1561633115_1st

bofm avatar Jun 27 '19 12:06 bofm