Hi, could someone point me in the right direction? I'm simply trying to add more than one entry to the 'skip-tables-list' but I can't seem to get the syntax right. I cannot find any documentation anywhere that details how to do it.
I've been working on variations of this:
'sql-sync' => array (
'skip-tables-list' => 'webform_submissions, webform_submitted_data',
),
No matter what I do it only skips the first table. Can anyone offer advice?
Cheers.
Comments
Comment #1
DrPhunk commentedGah never mind, it worked when I used:
Some extra detail in the example.aliases.drushrc.php might be helpful.
Comment #2
DrPhunk commentedComment #3
jhchnc commentedThanks for posting this.
Comment #4
mxtI was searching the same info: thank you.
I agree, some extra detail in the example.aliases.drushrc.php might be helpful.