Skip to content

Commit 394af08

Browse files
committed
✂️
1 parent 9a1658c commit 394af08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ def remove_columns(table_name, *column_names, type: nil, **options)
656656
# The +type+ and +options+ parameters will be ignored if present. It can be helpful
657657
# to provide these in a migration's +change+ method so it can be reverted.
658658
# In that case, +type+ and +options+ will be used by #add_column.
659-
# Depending on the database you're using, indexes using this column may be
659+
# Depending on the database you're using, indexes using this column may be
660660
# automatically removed or modified to remove this column from the index.
661661
#
662662
# If the options provided include an +if_exists+ key, it will be used to check if the

0 commit comments

Comments
 (0)