[or-cvs] r14854: (ticket:81) Adding default to database (torstatus/trunk)

kasimir at seul.org kasimir at seul.org
Sat May 31 05:56:53 UTC 2008


Author: kasimir
Date: 2008-05-31 01:56:52 -0400 (Sat, 31 May 2008)
New Revision: 14854

Modified:
   torstatus/trunk/install.sql
Log:
(ticket:81) Adding default to database

Modified: torstatus/trunk/install.sql
===================================================================
--- torstatus/trunk/install.sql	2008-05-31 05:56:09 UTC (rev 14853)
+++ torstatus/trunk/install.sql	2008-05-31 05:56:52 UTC (rev 14854)
@@ -304,6 +304,7 @@
   `ActiveNetworkStatusTable` varchar(256) default NULL,
   `ActiveDescriptorTable` varchar(256) default NULL,
   `ActiveDNSELTable` varchar(256) default NULL,
+  `geoip` date NOT NULL default '2008-05-30',
   PRIMARY KEY  (`ID`)
 ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
 



More information about the tor-commits mailing list