Skip to content

Commit

Permalink
Merge branch 'master' into create_table_definition
Browse files Browse the repository at this point in the history
Conflicts:
	lib/foreigner/connection_adapters/abstract/schema_definitions.rb
  • Loading branch information
matthuhiggins committed Jan 14, 2013
2 parents f5c7d09 + 960d1f6 commit 0ffd92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/foreigner/connection_adapters/abstract/table.rb
Expand Up @@ -36,7 +36,7 @@ def foreign_key(to_table, options = {})
# end
# ====== Remove the foreign key named party_foreign_key in the accounts table.
# change_table :accounts do |t|
# t.remove_index name: :party_foreign_key
# t.remove_foreign_key name: :party_foreign_key
# end
def remove_foreign_key(options)
@base.remove_foreign_key(@table_name, options)
Expand Down

0 comments on commit 0ffd92f

Please sign in to comment.