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
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,13 @@ foreign key relationship is
135
135
which would also be dropped and recreated. Therefore this option is disabled by
136
136
default, and FOREIGN KEY differences will cause the tool to fail.
137
137
138
+
## Note on Proto Bundles
139
+
140
+
This tool does not support diffing of `PROTO BUNDLE` statements. By default, the tool will fail if it encounters a `PROTO BUNDLE` statement in the DDL.
141
+
If you are confident that you do not need to diff `PROTO BUNDLE` statements, you can use the `--ignoreProtoBundles` flag. When this flag is set, the tool will ignore any `PROTO BUNDLE` statements in the DDL and will not generate any `ALTER` statements for them.
142
+
143
+
**Warning:** This is a feature for a specific use case. Only use this flag if you are confident in your knowledge of how it will work.
144
+
138
145
## Unsupported Spanner DDL features
139
146
140
147
This tool by neccessity will lag behind the implementation of new DDL features
0 commit comments