fix: add missing mariadb regex filter
This commit is contained in:
parent
5eca6008aa
commit
e08f96e638
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ class MariadbContainer(Container):
|
||||||
f"{destination}",
|
f"{destination}",
|
||||||
"--no-views",
|
"--no-views",
|
||||||
"--compress",
|
"--compress",
|
||||||
|
"--regex",
|
||||||
"'^(?!(mysql\.))'"
|
"'^(?!(mysql\.))'"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue