You can also give a function name directly

This commit is contained in:
Baptiste Gelez 2019-04-29 21:50:59 +01:00
parent dcf8b5d263
commit b841e51a89

View file

@ -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