mirror of
https://github.com/php/web-doc.git
synced 2025-08-06 11:06:29 +00:00
After some debugging and looking at diffs I found this line...
All scripts that use the sqlite db's are now working normal again. Please let me know if this breaks something
This commit is contained in:
@ -137,7 +137,8 @@ CREATE TABLE files (
|
||||
size TEXT,
|
||||
mdate TEXT,
|
||||
maintainer TEXT,
|
||||
status TEXT
|
||||
status TEXT,
|
||||
UNIQUE(lang, dir, name)
|
||||
);
|
||||
|
||||
SQL;
|
||||
|
Reference in New Issue
Block a user