mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-07 10:20:33 +00:00
@@ -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)
|
||||||
|
Reference in New Issue
Block a user