* scripts/sqlite2mysql: Fix non matching regex Regex was not matching for seahub.db export. e.g. 'CREATE TABLE IF NOT EXISTS "django_content_type" (...' was not matching. * fix default value quotation. * Update sqlite2mysql.py