mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Oops, a docfix.
This commit is contained in:
parent
6c2a0675f1
commit
66d57d7ba8
1 changed files with 1 additions and 1 deletions
|
@ -662,7 +662,7 @@ module ActiveRecord
|
|||
# Drops a schema
|
||||
#
|
||||
# Example:
|
||||
# drop_schema('products', 'postgres')
|
||||
# drop_schema('products')
|
||||
def drop_schema(schema_name)
|
||||
execute("DROP SCHEMA \"#{schema_name}\"")
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue