Skip to content

Commit

Permalink
Merge pull request #370 from ridgepole/remove_skip-drop-table
Browse files Browse the repository at this point in the history
Remove --skip-drop-table option
  • Loading branch information
winebarrel committed Dec 18, 2021
2 parents 463f8dc + ee46c2b commit 6272ede
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -207,7 +207,6 @@ Usage: ridgepole [options]
--dump-with-default-fk-name
--index-removed-drop-column
--drop-table
--skip-drop-table
--mysql-change-table-options
--mysql-change-table-comment
--check-relation-type DEF_PK
Expand Down
1 change: 0 additions & 1 deletion bin/ridgepole
Expand Up @@ -138,7 +138,6 @@ ARGV.options do |opt|
opt.on('', '--dump-with-default-fk-name') { options[:dump_with_default_fk_name] = true }
opt.on('', '--index-removed-drop-column') { options[:index_removed_drop_column] = true }
opt.on('', '--drop-table') { options[:force_drop_table] = true }
opt.on('', '--skip-drop-table') { options[:skip_drop_table] = true }
opt.on('', '--mysql-change-table-options') { options[:mysql_change_table_options] = true }
opt.on('', '--mysql-change-table-comment') { options[:mysql_change_table_comment] = true }
opt.on('', '--check-relation-type DEF_PK') { |v| options[:check_relation_type] = v }
Expand Down
1 change: 0 additions & 1 deletion spec/mysql/cli/ridgepole_spec.rb
Expand Up @@ -48,7 +48,6 @@ def conn_spec_str(database)
--dump-with-default-fk-name
--index-removed-drop-column
--drop-table
--skip-drop-table
--mysql-change-table-options
--mysql-change-table-comment
--check-relation-type DEF_PK
Expand Down

0 comments on commit 6272ede

Please sign in to comment.