mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
11 lines
121 B
Markdown
11 lines
121 B
Markdown
To create a new migration:
|
|
|
|
```
|
|
bash migration-create.sh <name>
|
|
```
|
|
|
|
To run a migration:
|
|
|
|
```
|
|
bash migration-run.sh
|
|
``` |