commit 4945737355fc49b41c2f9e056ac608f57ee671fe
parent fe3ff1357156ac950bf95d971bfc2ba264a7f06f
Author: Dan Stillman <dstillman@zotero.org>
Date: Tue, 29 Jul 2008 17:49:04 +0000
Fix SQL error
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/userdata.sql b/userdata.sql
@@ -266,7 +266,7 @@ CREATE TABLE proxies (
CREATE TABLE proxyHosts (
hostID INTEGER PRIMARY KEY,
proxyID INTEGER,
- hostname TEXT
+ hostname TEXT,
FOREIGN KEY (proxyID) REFERENCES proxies(proxyID)
);
CREATE INDEX proxyHosts_proxyID ON proxyHosts(proxyID);
\ No newline at end of file