mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Added missing docs for +support_migrations?+ on some adapters
This commit is contained in:
@@ -214,6 +214,7 @@ module ActiveRecord
|
||||
true
|
||||
end
|
||||
|
||||
# Does MySQL support migrations?
|
||||
def supports_migrations? #:nodoc:
|
||||
true
|
||||
end
|
||||
|
||||
@@ -72,6 +72,7 @@ module ActiveRecord
|
||||
true
|
||||
end
|
||||
|
||||
# Does SQLite support migrations?
|
||||
def supports_migrations? #:nodoc:
|
||||
true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user