1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-07-20 18:19:45 +00:00

Merge pull request #370 from haiwen/sqlite-mysql

fix bug
This commit is contained in:
Daniel Pan 2020-07-02 16:24:40 +08:00 committed by GitHub
commit 56e8554b57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,4 +79,4 @@ for line in fileinput.input():
line = line.replace('"', '`') line = line.replace('"', '`')
line = line.replace('AUTOINCREMENT', 'AUTO_INCREMENT') line = line.replace('AUTOINCREMENT', 'AUTO_INCREMENT')
print(line, end=' ') print(line)