Config.active_record.schema_format = :sql

Hi!

I have this strange problem… I uncommented the line from the subject in
environment.rb… but I still get schema.rb file with ruby schema when
running rake db:schema:dump .

It is really happening, because I deleted the file and it appears again.

I tried running it with:
rake environment RAILS_ENV=production db:schema:dump
and other two environments and it’s still the same.

I haven’t set anything new in
config/environments/[production|development|test].rb

please help!
thank you…
david