logo       

cvs: pearweb /sql stats_updated.sql: msg#00039

php.pear.core

Subject: cvs: pearweb /sql stats_updated.sql

cellog Tue Oct 17 22:38:10 2006 UTC

Added files:
/pearweb/sql stats_updated.sql
Log:
temporary (as in next few days) table, will remove once
the move to stats is complete


http://cvs.php.net/viewvc.cgi/pearweb/sql/stats_updated.sql?view=markup&rev=1.1
Index: pearweb/sql/stats_updated.sql
+++ pearweb/sql/stats_updated.sql
-- COLUMN REFERENCES
--
-- release_id releases(id)

-- this table is used by the stats updating cron job to harvest from the
downloads table
-- and will only be used until the downloads table is defunct

CREATE TABLE stats_updated (
release_id int(11) NOT NULL default '0',
lastupdate datetime NOT NULL default '0000-00-00 00:00:00',
PRIMARY KEY (release_id)
)

--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise