We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 354e4ec commit 1421661Copy full SHA for 1421661
deployer/default/set.php
@@ -36,8 +36,6 @@
36
'tx_crawler_queue',
37
'tx_crawler_process',
38
],
39
- 'post_sql_in' => '',
40
- 'post_sql_in_markers' => ''
41
]);
42
43
// Look https://github.com/sourcebroker/deployer-extended-database for docs
src/Drivers/Typo3CmsDriver.php
@@ -6,7 +6,7 @@
6
use SourceBroker\DeployerInstance\Configuration;
7
8
/**
9
- * Use /vendor/bin/typo3cms configuration:showactive DB to get database data directly from TYPO3.
+ * Use /vendor/bin/typo3 configuration:showactive DB to get database data directly from TYPO3.
10
*/
11
class Typo3CmsDriver
12
{
0 commit comments