Skip to content

Commit

Permalink
Remove remove_index doc for missing feature #37168
Browse files Browse the repository at this point in the history
#37168 is not backported to 6-0-stable.

[ci skip]
  • Loading branch information
kamipo committed Jan 27, 2020
1 parent dade41b commit b597db7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,6 @@ def remove(*column_names, **options)
# t.remove_index(:branch_id)
# t.remove_index(column: [:branch_id, :party_id])
# t.remove_index(name: :by_branch_party)
# t.remove_index(:branch_id, name: :by_branch_party)
#
# See {connection.remove_index}[rdoc-ref:SchemaStatements#remove_index]
def remove_index(options = {})
Expand Down

0 comments on commit b597db7

Please sign in to comment.