Diff for /mqtt/etc/mqtt_pub.sql between versions 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2011/11/23 00:47:50 version 1.1.2.2, 2011/11/24 13:02:01
Line 7  RepotePort smallint not null, Line 7  RepotePort smallint not null,
 Stamp timestamp);  Stamp timestamp);
 CREATE TABLE Topics (  CREATE TABLE Topics (
 id integer not null primary key,  id integer not null primary key,
   Retain char not null,
 Topic varchar(255) not null,  Topic varchar(255) not null,
 Value text,  Value text,
 PubUser varchar(64) not null,  PubUser varchar(64) not null,

Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2


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