--- mqtt/etc/mqtt_pub.sql 2011/11/24 13:02:01 1.1.2.2 +++ mqtt/etc/mqtt_pub.sql 2011/11/24 13:28:37 1.1.2.3 @@ -3,7 +3,7 @@ BEGIN TRANSACTION; CREATE TABLE Online ( Username varchar(64) not null, RemoteHost varchar(64) not null, -RepotePort smallint not null, +RemotePort smallint unsigned not null, Stamp timestamp); CREATE TABLE Topics ( id integer not null primary key,