From a471e6b4d741c498439767237efad9838df44834 Mon Sep 17 00:00:00 2001 From: Michael Koziarski Date: Sat, 14 Jan 2006 09:36:52 +0000 Subject: allow the 'lock_version' column to be configured with set_locking_column. Closes #3402 git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3422 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/fixtures/db_definitions/oci.drop.sql | 3 +++ 1 file changed, 3 insertions(+) (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 index 5a3a663703..6e73717d69 100644 --- a/activerecord/test/fixtures/db_definitions/oci.drop.sql +++ b/activerecord/test/fixtures/db_definitions/oci.drop.sql @@ -26,6 +26,8 @@ drop table posts; drop table fk_test_has_pk; drop table fk_test_has_fk; drop table keyboards; +drop table legacy_things; + drop sequence accounts_seq; drop sequence companies_nonstd_seq; drop sequence topics_seq; @@ -53,3 +55,4 @@ drop sequence categories_posts_seq; drop sequence fk_test_has_pk_seq; drop sequence fk_test_has_fk_seq; drop sequence keyboards_seq; +drop sequence legacy_things_seq; -- cgit v1.2.3