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
|
true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# Does MySQL support migrations?
|
||||||
def supports_migrations? #:nodoc:
|
def supports_migrations? #:nodoc:
|
||||||
true
|
true
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -72,6 +72,7 @@ module ActiveRecord
|
|||||||
true
|
true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# Does SQLite support migrations?
|
||||||
def supports_migrations? #:nodoc:
|
def supports_migrations? #:nodoc:
|
||||||
true
|
true
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user