mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-26 11:21:02 +00:00
Update .woodpecker.yml
This commit is contained in:
parent
7f550e1066
commit
6f6a5c9070
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ steps:
|
|||
RUST_BACKTRACE: "1"
|
||||
CARGO_HOME: .cargo_home
|
||||
commands:
|
||||
- target/lemmy_server migration run --all
|
||||
- target/lemmy_server migration --help
|
||||
- <<: *install_diesel_cli
|
||||
- diesel print-schema --config-file=diesel.toml > tmp.schema
|
||||
- diff tmp.schema crates/db_schema/src/schema.rs
|
||||
|
|
Loading…
Reference in a new issue