Filter table not applied on diesel migration --diff-schema
#3712
forest1102
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Thanks for writing this post. Can you please provide a self contained reproducible example for this? That needs to include at least the following information:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying out a new option
diff-schema
.However, when I use the
filter
field in diesel.toml just omits tables used in other crates.diesel migration generate edit_column_name --diff-schema
results in writing code to delete tables not listed in the filter fields. I expect migration do nothing about unlisted tables.Inputs
initial database info
diesel.toml
schema_a/src/schema.rs
command
Actual Result
up.sql
Expected
up.sql
Version
Beta Was this translation helpful? Give feedback.
All reactions