summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPreston Cody <codeman@gentoo.org>2006-06-14 01:52:27 +0000
committerPreston Cody <codeman@gentoo.org>2006-06-14 01:52:27 +0000
commit0c2e2d1858d1f0035110f66484806ed316e7351a (patch)
tree0cfe8650437ca99ccdac7fcdd078872267de25d0 /docs
parentput the afterlogin redirect in the right place :P (diff)
downloadscire-0c2e2d1858d1f0035110f66484806ed316e7351a.tar.gz
scire-0c2e2d1858d1f0035110f66484806ed316e7351a.tar.bz2
scire-0c2e2d1858d1f0035110f66484806ed316e7351a.zip
various updates around the board. mainly focusing on client and user
pages. some DB updates and asthetic changes. preparing for user sessions svn path=/; revision=99
Diffstat (limited to 'docs')
-rw-r--r--docs/scire.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/scire.sql b/docs/scire.sql
index cdb0c3f..a3065fb 100644
--- a/docs/scire.sql
+++ b/docs/scire.sql
@@ -19,7 +19,7 @@ DROP TABLE IF EXISTS clients;
CREATE TABLE clients (
clientid INT NOT NULL AUTO_INCREMENT PRIMARY KEY,
assetid VARCHAR(64) UNIQUE,
- digest VARCHAR(128) NOT NULL UNIQUE,
+ digest VARCHAR(128) UNIQUE,
cert TEXT,
hostname VARCHAR(64) NOT NULL,
mac VARCHAR(17) NOT NULL,