We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab2ba7 commit 7d987b3Copy full SHA for 7d987b3
README.md
@@ -215,6 +215,12 @@ cargo run -- database blacklist add <CRATE_NAME>
215
cargo run -- database blacklist remove <CRATE_NAME>
216
```
217
218
+If you want to revert to a precise migration, you can run:
219
+
220
+```sh
221
+cargo run -- database migrate <migration number>
222
+```
223
224
#### `daemon` subcommand
225
226
```sh
0 commit comments