[Sitesampler-submitinfo] sitesampler/support sitesampler.schema.sql,1.3,1.4
Brought to you by:
alfarid23,
shanehill00
|
From: Shane H. <sha...@us...> - 2005-07-25 01:28:50
|
Update of /cvsroot/sitesampler/sitesampler/support In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14948/support Modified Files: sitesampler.schema.sql Log Message: added the default value of -1 to a report_id for an agent. agents are now using the report id from the project that they belong to Index: sitesampler.schema.sql =================================================================== RCS file: /cvsroot/sitesampler/sitesampler/support/sitesampler.schema.sql,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** sitesampler.schema.sql 22 Jul 2005 03:42:17 -0000 1.3 --- sitesampler.schema.sql 25 Jul 2005 01:28:40 -0000 1.4 *************** *** 118,122 **** "s_accessPerms" text DEFAULT ''::text, n_creation_date integer, ! n_report_id integer ); --- 118,122 ---- "s_accessPerms" text DEFAULT ''::text, n_creation_date integer, ! n_report_id integer DEFAULT -1 ); |