Fix MySQL restore error on "all" database dump by excluding system tables (#301).

This commit is contained in:
Dan Helfman
2020-04-22 12:17:22 -07:00
parent bae5f88824
commit e511014a28
5 changed files with 99 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup
VERSION = '1.5.1'
VERSION = '1.5.2.dev0'
setup(