1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-12-08 22:08:35 +00:00
Files
seahub/scripts/sqlite2mysql.py
n00b42 4d38b49941 Fix sqlite2mysql script problems with seahub_db (#5274)
* 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
2022-11-14 09:55:59 +08:00

2.8 KiB