mirror of
https://github.com/standardnotes/server
synced 2026-07-14 00:01:54 -04:00
7 lines
173 B
Markdown
7 lines
173 B
Markdown
## Migrations
|
|
|
|
### Generating a migration
|
|
|
|
```
|
|
yarn build && yarn typeorm migration:generate -d dist/src/Bootstrap/DataSource.js migrations/mysql/add_vault_uuid_to_items
|
|
``` |