Skip to content

Commit

Permalink
Remove the drop_table from the oracle adapter. This belongs in the mi…
Browse files Browse the repository at this point in the history
…grations plugin
  • Loading branch information
Daniel Neighman committed Jun 22, 2010
1 parent b29624c commit 8d20a89
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/dm-constraints/adapters/dm-oracle-adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ def destroy_constraints_statement(storage_name, constraint_name)
SQL
end

def drop_table_statement(model)
table_name = quote_name(model.storage_name(name))
"DROP TABLE #{table_name} CASCADE_CONSTRAINTS"
end
end
end
end
Expand Down

0 comments on commit 8d20a89

Please sign in to comment.