aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/db_definitions/oci2.drop.sql
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-02-23 13:34:57 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-02-23 13:34:57 +0000
commit10d458b0aadc9f44bfadda6e59d08be8ea661029 (patch)
treeca3e05adcad2b82b7a0d85ed869c0b727065e7e0 /activerecord/test/fixtures/db_definitions/oci2.drop.sql
parent6329daf5acc8f5f2f040cf46f33098fb21a622b5 (diff)
downloadrails-10d458b0aadc9f44bfadda6e59d08be8ea661029.tar.gz
rails-10d458b0aadc9f44bfadda6e59d08be8ea661029.tar.bz2
rails-10d458b0aadc9f44bfadda6e59d08be8ea661029.zip
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
Diffstat (limited to 'activerecord/test/fixtures/db_definitions/oci2.drop.sql')
-rw-r--r--activerecord/test/fixtures/db_definitions/oci2.drop.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/db_definitions/oci2.drop.sql b/activerecord/test/fixtures/db_definitions/oci2.drop.sql
new file mode 100644
index 0000000000..7277a52552
--- /dev/null
+++ b/activerecord/test/fixtures/db_definitions/oci2.drop.sql
@@ -0,0 +1,2 @@
+drop table courses;
+drop sequence rails_sequence;