forked from plume/documentation
You can also give a function name directly
This commit is contained in:
parent
dcf8b5d263
commit
b841e51a89
1 changed files with 6 additions and 0 deletions
|
@ -50,6 +50,12 @@ Here is an example:
|
|||
|
||||
```
|
||||
|
||||
If your function is too long, you can also put it in `plume-models`, and simply give it's full identifier in the comment:
|
||||
|
||||
```sql
|
||||
--#! crate::my_migration_function
|
||||
```
|
||||
|
||||
To run migrations, you can use `plm migration run`. To cancel and re-run them, use `plm migration redo`.
|
||||
|
||||
## Testing the federation
|
||||
|
|
Loading…
Reference in a new issue