[PHP-Budget-updates] phpbudget/db db.sql,1.3,1.4
Status: Planning
Brought to you by:
rodrigoh
|
From: <rod...@us...> - 2002-10-21 18:45:21
|
Update of /cvsroot/php-budget/phpbudget/db
In directory usw-pr-cvs1:/tmp/cvs-serv32456/db
Modified Files:
db.sql
Log Message:
forgot to add budget owner to T_data
Index: db.sql
===================================================================
RCS file: /cvsroot/php-budget/phpbudget/db/db.sql,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** db.sql 21 Oct 2002 18:39:50 -0000 1.3
--- db.sql 21 Oct 2002 18:45:18 -0000 1.4
***************
*** 28,31 ****
--- 28,32 ----
F_d_quarter char(2) NOT NULL default '',
F_year year(4) NOT NULL default '0000',
+ F_b_owner varchar(15) NOT NULL default '',
PRIMARY KEY (F_d_id)
) TYPE=MyISAM;
|