|
From: Ken T. <ke...@us...> - 2003-05-07 14:32:10
|
Update of /cvsroot/phpbt/phpbt/schemas In directory sc8-pr-cvs1:/tmp/cvs-serv3920/schemas Modified Files: mysql.in Log Message: found this laying around :-\ Index: mysql.in =================================================================== RCS file: /cvsroot/phpbt/phpbt/schemas/mysql.in,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- mysql.in 9 Apr 2003 12:25:19 -0000 1.39 +++ mysql.in 7 May 2003 14:32:06 -0000 1.40 @@ -19,6 +19,7 @@ group_id int(10) unsigned NOT NULL default '0', group_name varchar(80) NOT NULL default '', locked tinyint(1) unsigned NOT NULL default '0', + assignable tinyint(1) unsigned NOT NULL default '0', created_by int(10) unsigned NOT NULL default '0', created_date bigint(20) unsigned NOT NULL default '0', last_modified_by int(10) unsigned NOT NULL default '0', |