We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa58c21 + 9e8e760 commit 6f87602Copy full SHA for 6f87602
lib/capistrano-db-tasks/database.rb
@@ -88,7 +88,7 @@ def dump_cmd_opts
88
def dump_cmd_ignore_tables_opts
89
ignore_tables = @cap.fetch(:db_ignore_tables, [])
90
if mysql?
91
- ignore_tables.map{ |t| "--ignore-table=#{t}" }.join(" ")
+ ignore_tables.map{ |t| "--ignore-table=#{database}.#{t}" }.join(" ")
92
elsif postgresql?
93
ignore_tables.map{ |t| "--exclude-table=#{t}" }.join(" ")
94
end
0 commit comments