# File lib/dm-rails/storage.rb, line 197
def
_drop
system
(
'dropdb'
,
'-U'
,
username
,
database
)
end