Is there currently no feature that corresponds to skip-drop? #677
-
|
sqldef previously had an option called This option was very useful during development to prevent accidental drops of tables or columns. Currently, there is an I couldn’t find any other tools with similar behavior and am currently looking for alternatives. If there is any way to replicate the behavior of sqldefには以前、 開発中に「テーブルやカラムが意図せず削除される」という事故を防ぐ目的で、 現在は 他のツールでも同様の動作をするものが見つからず、代替手段を探しています。 もし、 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
メンテナは全員日本語が読めますが、Q&A自体は海外の方も読んで参考にされますから、もし良ければ続きは英語でお願いできますか?
We changed
I agree that
I don't think we have a way to simulate For simplicity, I want to just change |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I saw the discussion yesterday and happened to have time today to contribute. |
Beta Was this translation helpful? Give feedback.
Released
--enable-dropas v2.0.0.v2.0.1 fixed the behavior to handle
DROP COLUMNas well.