## migrate()


Migrate the database to the specified version.


Usage


``` python
migrate(version)
```


version The target version to migrate to.


bool True if migration was successful.

> **Caution: Caution**
>
> Always back up before migrating.
