Rails 1.2.3 'Depot' application > Can't create table '.\depot_development\products.frm'

So I'm driving myself crazy over the 'Depot' application in AWDWR (Agile Web Development With Rails) for Rails 1.2. I can't run my migration script (001_create_products.rb).

I'm receiving the following error when attempting to run the rake db:migrate command on page 75 of the book:

C:\Rails\rails_apps\depot>rake db:migrate (in C:/Rails/rails_apps/depot) C:/Rails/rails_apps/depot/config/boot.rb:26:Warning: Gem::SourceIndex#search support for String patterns is deprecated == CreateProducts: migrating

Nah don't worry about it, I'm going to make my way forward with Rails 2.2 and learning the new way scaffolding works.

Cheers!

J