DivineOmega / uxdm

🔀 UXDM helps developers migrate data from one system or format to another.
GNU Lesser General Public License v3.0
167 stars 9 forks source link

Table prefix for WordPress sources #11

Closed matius142 closed 6 years ago

matius142 commented 6 years ago

Please can you add an option to set a table prefix for the Wordpress sources. To cater for users who use a different prefix than wp. I would suggest defaulting it wp for easy of use.

DivineOmega commented 6 years ago

The WordPress sources now have a setTablePrefix($prefix) method. The table prefix is defaulted to wp_ if not set using this method. :+1: