You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2009/02/27 17:46:14 UTC

svn commit: r748584 - /incubator/vcl/trunk/mysql/vcl.sql

Author: jfthomps
Date: Fri Feb 27 16:46:13 2009
New Revision: 748584

URL: http://svn.apache.org/viewvc?rev=748584&view=rev
Log:
VCL-20

added sshport to managementnode table

Modified:
    incubator/vcl/trunk/mysql/vcl.sql

Modified: incubator/vcl/trunk/mysql/vcl.sql
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/mysql/vcl.sql?rev=748584&r1=748583&r2=748584&view=diff
==============================================================================
--- incubator/vcl/trunk/mysql/vcl.sql (original)
+++ incubator/vcl/trunk/mysql/vcl.sql Fri Feb 27 16:46:13 2009
@@ -516,6 +516,7 @@
   `imagelibkey` varchar(100) default '/etc/vcl/imagelib.key',
   `keys` varchar(1024) default NULL,
   `predictivemoduleid` smallint(5) unsigned NOT NULL default '1',
+  `sshport` smallint(5) unsigned NOT NULL default '22',
   PRIMARY KEY  (`id`),
   KEY `stateid` (`stateid`),
   KEY `ownerid` (`ownerid`),