aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/migration.rb
diff options
context:
space:
mode:
authorSean Griffin <sean@thoughtbot.com>2014-05-16 12:05:45 -0600
committerSean Griffin <sean@thoughtbot.com>2014-05-17 13:24:25 -0600
commit8df8334327b3afe2c66458ed7877d2aacfabd515 (patch)
treec403bfeb36e3b5efd929a760d4b2761c661f7d64 /activerecord/lib/active_record/migration.rb
parent067131524b5b5cb6100aca8bf5b48a3006a93acd (diff)
downloadrails-8df8334327b3afe2c66458ed7877d2aacfabd515.tar.gz
rails-8df8334327b3afe2c66458ed7877d2aacfabd515.tar.bz2
rails-8df8334327b3afe2c66458ed7877d2aacfabd515.zip
Remove dead test code for unsupported adapters
Diffstat (limited to 'activerecord/lib/active_record/migration.rb')
-rw-r--r--activerecord/lib/active_record/migration.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/migration.rb b/activerecord/lib/active_record/migration.rb
index b6b02322d7..fc579e5c0f 100644
--- a/activerecord/lib/active_record/migration.rb
+++ b/activerecord/lib/active_record/migration.rb
@@ -195,7 +195,7 @@ module ActiveRecord
# == Database support
#
# Migrations are currently supported in MySQL, PostgreSQL, SQLite,
- # SQL Server, Sybase, and Oracle (all supported databases except DB2).
+ # SQL Server, and Oracle (all supported databases except DB2).
#
# == More examples
#