Active Record and multiple database

Hey,
I’m trying to use multiple database on my rails 2.3 application,

I found this article useful to connect models to different databases :

http://pullmonkey.com/2008/4/21/ruby-on-rails-multiple-database-connections

but what about the migrations ??

Thanks

Mike