You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #1611 - sgrif:sg-locked-schema, r=jtgeibel
Use the `--locked-schema` flag in Diesel 1.4
This flag tells Diesel CLI to error if a command would change
`src/schema.rs`, rather than updating it. By running this in CI and
production builds, we ensure that no PR will pass which changes schema
but doesn't modify this file (which has happened in the past)
0 commit comments