Use migration revert and git checkout

pull/4333/head
dullbananas 2 months ago committed by GitHub
parent 0648401080
commit e22e60ba83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -127,7 +127,8 @@ steps:
# Without this, lemmy_server does not run any migrations in the next CI steps, which causes it
# to not run replaceable_schema. This hack will be removed when lemmy_server has a better way
# to determine what schema changes to make.
- diesel migration generate foo
- diesel migration revert
- git checkout -- crates/db_schema/src/schema.rs
when: *slow_check_paths
check_db_perf_tool:

Loading…
Cancel
Save