|
From: Ulf E. <ulf...@us...> - 2005-08-22 20:21:51
|
Update of /cvsroot/phpbt/phpbt/schemas In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16589/phpbt/schemas Modified Files: mysql.in Log Message: Added sort_order to TBL_COMPONENT and TBL_VERSION Index: mysql.in =================================================================== RCS file: /cvsroot/phpbt/phpbt/schemas/mysql.in,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- mysql.in 22 Aug 2005 19:58:25 -0000 1.47 +++ mysql.in 22 Aug 2005 20:21:42 -0000 1.48 @@ -134,6 +134,7 @@ component_desc text NOT NULL, owner int(10) unsigned NOT NULL default '0', active tinyint(1) NOT NULL default '1', + sort_order tinyint(3) 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', @@ -264,6 +265,7 @@ project_id int(10) unsigned NOT NULL default '0', version_name char(30) NOT NULL default '', active tinyint(1) NOT NULL default '1', + sort_order tinyint(3) 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', |