--- mqtt/etc/mqtt_pub.sql 2011/11/23 00:47:50 1.1.2.1 +++ mqtt/etc/mqtt_pub.sql 2011/11/24 13:02:01 1.1.2.2 @@ -7,6 +7,7 @@ RepotePort smallint not null, Stamp timestamp); CREATE TABLE Topics ( id integer not null primary key, +Retain char not null, Topic varchar(255) not null, Value text, PubUser varchar(64) not null,