> Upgrading from GoClaw and database schema migrations

# Migration & Compatibility

Apply database migrations:

```bash
dewee migrate up
```

Check current schema version:

```bash
dewee migrate version
```
