1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-05 01:11:05 +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

View File

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