mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-05-16 17:04:36 +03:00
12 lines
142 B
Markdown
12 lines
142 B
Markdown
# `database`
|
|
|
|
Run database-related operations
|
|
|
|
## `database migrate`
|
|
|
|
Run the pending database migrations
|
|
|
|
```
|
|
$ mas-cli database migrate
|
|
```
|