You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-04 18:22:34 +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
|
|
```
|