Closed (fixed)
Project:
WordPress Migration (from DB)
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 Sep 2017 at 04:32 UTC
Updated:
2 Oct 2017 at 05:00 UTC
Jump to comment: Most recent
Create a new SqlBase class extending migrate's SqlBase class. Add methods to support WordPress specific options such as table prefix.
Comments
Comment #2
hussainwebIt turns out we don't really need prefix support as Drupal's database API already handles that. But it might be a good idea to have an empty base class at least so that helpers can be added later on.
Comment #4
hussainweb