From: John Graham-C. <jgr...@us...> - 2006-04-29 09:07:27
|
Update of /cvsroot/popfile/engine/Classifier In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13473 Modified Files: popfile.sql Log Message: Add comment fields to buckets table Index: popfile.sql =================================================================== RCS file: /cvsroot/popfile/engine/Classifier/popfile.sql,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** popfile.sql 20 Feb 2006 02:11:14 -0000 1.27 --- popfile.sql 29 Apr 2006 09:07:15 -0000 1.28 *************** *** 1,3 **** ! -- POPFILE SCHEMA 7 -- --------------------------------------------------------------------------- -- --- 1,3 ---- ! -- POPFILE SCHEMA 8 -- --------------------------------------------------------------------------- -- *************** *** 5,9 **** -- -- Copyright (c) 2003-2006 John Graham-Cumming - -- -- This file is part of POPFile --- 5,8 ---- *************** *** 54,58 **** -- / | name | | | name | | | lastseen | -- | | password | | | pseudo | | +----------+ ! -- | +----------+ | +---------+ | -- | | | -- | | +-----------+ | --- 53,58 ---- -- / | name | | | name | | | lastseen | -- | | password | | | pseudo | | +----------+ ! -- | +----------+ | | comment | | ! -- | | +---------+ | -- | | | -- | | +-----------+ | *************** *** 128,131 **** --- 128,132 ---- -- (i.e. one POPFile uses -- internally) + comment varchar(255), -- user defined comment unique (userid,name) -- a user can't have two buckets -- with the same name |