Update of /cvsroot/meshdb/src/geo/dist
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25181/src/geo/dist
Modified Files:
create.sql
Log Message:
Added a status column to netloc, to allow people that have a pressing desire to
record interfaces that aren't yet working to do so without them appearing
on the network maps.
Index: create.sql
===================================================================
RCS file: /cvsroot/meshdb/src/geo/dist/create.sql,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- create.sql 27 Jul 2004 08:09:33 -0000 1.2
+++ create.sql 16 Feb 2005 11:17:34 -0000 1.3
@@ -70,6 +70,7 @@
peerid int(11) default NULL,
mac mediumtext,
ifname varchar(16) NOT NULL default '',
+ status tinytext,
active tinyint(4) NOT NULL default '0',
comment mediumtext,
channel tinyint(4) default NULL,
|