[PHP-Budget-updates] phpbudget/db db.sql,1.2,1.3
Status: Planning
Brought to you by:
rodrigoh
|
From: <rod...@us...> - 2002-10-21 18:39:55
|
Update of /cvsroot/php-budget/phpbudget/db
In directory usw-pr-cvs1:/tmp/cvs-serv28093/db
Modified Files:
db.sql
Log Message:
added owner table
Index: db.sql
===================================================================
RCS file: /cvsroot/php-budget/phpbudget/db/db.sql,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** db.sql 20 Oct 2002 20:19:41 -0000 1.2
--- db.sql 21 Oct 2002 18:39:50 -0000 1.3
***************
*** 51,54 ****
--- 51,55 ----
F_b_income3 int(11) unsigned default NULL,
F_b_income4 int(11) unsigned default NULL,
+ F_b_owner varchar(15) NOT NULL default '',
PRIMARY KEY (F_id)
) TYPE=MyISAM;
|