From 631181ca18d2a21c3e72039b0c7f6c5a0b2fc05a Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 1 Mar 2006 16:01:53 +0000 Subject: Renamed the "oci" adapter to "oracle", but kept the old name as an alias (closes #4017) [schoenm@earthlink.net] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3718 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/fixtures/db_definitions/oracle2.drop.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 activerecord/test/fixtures/db_definitions/oracle2.drop.sql (limited to 'activerecord/test/fixtures/db_definitions/oracle2.drop.sql') diff --git a/activerecord/test/fixtures/db_definitions/oracle2.drop.sql b/activerecord/test/fixtures/db_definitions/oracle2.drop.sql new file mode 100644 index 0000000000..abe7e55c31 --- /dev/null +++ b/activerecord/test/fixtures/db_definitions/oracle2.drop.sql @@ -0,0 +1,2 @@ +drop table courses; +drop sequence courses_seq; -- cgit v1.2.3