Changing database table names
I'm building a RubyOnRails app, and I want to integrate my current forum into it. To do this I'd need to change the name of the vBulletin threads table from 'vb_thread' to 'vb_threads' and 'vb_user' to 'vb_users'. Is it as "simple" as changing every reference to the table names in the code? Or is that going to cause problems elsewhere?
|