From 10d458b0aadc9f44bfadda6e59d08be8ea661029 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 23 Feb 2005 13:34:57 +0000 Subject: Added a OCI8-based Oracle adapter that has been verified to work with Oracle 8 and 9 #629 [Graham Jenkins]. Removed Maiks Oracle adapter until it can be merged with the OCI one. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@761 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/fixtures/db_definitions/oci.drop.sql | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 activerecord/test/fixtures/db_definitions/oci.drop.sql (limited to 'activerecord/test/fixtures/db_definitions/oci.drop.sql') diff --git a/activerecord/test/fixtures/db_definitions/oci.drop.sql b/activerecord/test/fixtures/db_definitions/oci.drop.sql new file mode 100644 index 0000000000..255e024531 --- /dev/null +++ b/activerecord/test/fixtures/db_definitions/oci.drop.sql @@ -0,0 +1,18 @@ +drop table accounts; +drop table companies; +drop table topics; +drop table developers; +drop table projects; +drop table developers_projects; +drop table customers; +drop table movies; +drop table subscribers; +drop table booleantests; +drop table auto_id_tests; +drop table entrants; +drop table colnametests; +drop table mixins; +drop table people; +drop table binaries; +drop table computers; +drop sequence rails_sequence; -- cgit v1.2.3