We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 506c5d4 commit 0876a98Copy full SHA for 0876a98
src/Service/Database/Shell.php
@@ -98,6 +98,7 @@ public function import($file)
98
*
99
* @param string $identifier An identifier for the dump file.
100
* @param string $strip_tables_patterns List of table patterns to dump with no data.
101
+ * @param bool $exclude_stripped_tables If strip tables is set, define if empty tables are excluded from the dump
102
103
* @return string Path to the database dump.
104
* @throws \Symfony\Component\Process\Exception\LogicException
0 commit comments