index "unique_schema_migrations" should use table prefix/suffix

Hi,

I've run into a problem when running multiple rails applications inside the same database, using different table prefixes. Both apps will try to create an index named "unique_schema_migrations".

Lighthouse ticket (includes patch): http://rails.lighthouseapp.com/projects/8994/tickets/1543-index-unique_schema_migrations-should-use-table-prefixsuffix

Thanks, Tim