aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema/schema.rb
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2010-03-27 14:38:48 +0100
committerJosé Valim <jose.valim@gmail.com>2010-03-27 14:39:43 +0100
commitff522cf4bcb31420baee62aa3c24c98959d80cdf (patch)
treeda338f03cfe462e30eb1eb9708b527506707f4e4 /activerecord/test/schema/schema.rb
parent46b7704b7469a1359f5d5fd79f312b1d4761dcdf (diff)
downloadrails-ff522cf4bcb31420baee62aa3c24c98959d80cdf.tar.gz
rails-ff522cf4bcb31420baee62aa3c24c98959d80cdf.tar.bz2
rails-ff522cf4bcb31420baee62aa3c24c98959d80cdf.zip
Revert "primary_key now supports :limit for MySQL". Break Sam Ruby app.
To reproduce, start a new application, create a scaffold and run test suite. [#876 state:open] This reverts commit faeca694b3d4afebf6b623b493e86731e773c462.
Diffstat (limited to 'activerecord/test/schema/schema.rb')
-rw-r--r--activerecord/test/schema/schema.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/activerecord/test/schema/schema.rb b/activerecord/test/schema/schema.rb
index a1932ad16a..bec4291457 100644
--- a/activerecord/test/schema/schema.rb
+++ b/activerecord/test/schema/schema.rb
@@ -394,10 +394,6 @@ ActiveRecord::Schema.define do
t.integer :price
end
- create_table :primary_key_limit, :force => true, :id => false do |t|
- t.primary_key :id, :limit => 8
- end
-
create_table :projects, :force => true do |t|
t.string :name
t.string :type