Diff for /mqtt/etc/mqtt_pub.sql between versions 1.2.2.2 and 1.2.2.3

version 1.2.2.2, 2012/05/08 13:40:07 version 1.2.2.3, 2012/06/26 08:05:58
Line 17  MsgID smallint unsigned not null,  Line 17  MsgID smallint unsigned not null, 
 QoS char not null,  QoS char not null,
 Retain char not null,  Retain char not null,
 Topic varchar(255) not null,  Topic varchar(255) not null,
Value text,Value blob,
 PubUser varchar(64) not null,  PubUser varchar(64) not null,
 PubDate datetime not null,  PubDate datetime not null,
 PubHost varchar(64) not null,  PubHost varchar(64) not null,

Removed from v.1.2.2.2  
changed lines
  Added in v.1.2.2.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>