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 b827877 + 0edf7da commit ff15b03Copy full SHA for ff15b03
activerecord/lib/active_record/tasks/database_tasks.rb
@@ -45,7 +45,7 @@ module DatabaseTasks
45
# Example:
46
# ActiveRecord::Tasks::DatabaseTasks.structure_dump_flags = {
47
# mysql2: ['--no-defaults', '--skip-add-drop-table'],
48
- # postgres: '--no-tablespaces'
+ # postgresql: '--no-tablespaces'
49
# }
50
mattr_accessor :structure_dump_flags, instance_accessor: false
51
0 commit comments