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:
Vincent Gevers
2004-11-02 11:56:49 +00:00
parent 9cd26b0f96
commit 41f4d241fa

View File

@ -137,7 +137,8 @@ CREATE TABLE files (
size TEXT,
mdate TEXT,
maintainer TEXT,
status TEXT
status TEXT,
UNIQUE(lang, dir, name)
);
SQL;