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

DrPhunk’s picture

Gah never mind, it worked when I used:

'sql-sync' => array (
'skip-tables-list' => 'webform_submissions,webform_submitted_data',
),

Some extra detail in the example.aliases.drushrc.php might be helpful.

DrPhunk’s picture

Status: Active » Closed (fixed)
jhchnc’s picture

Thanks for posting this.

mxt’s picture

I was searching the same info: thank you.

I agree, some extra detail in the example.aliases.drushrc.php might be helpful.