Changeset: d40d60cb293a for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d40d60cb293a
Modified Files:
        sql/backends/monet5/iot/50_iot.sql
Branch: iot
Log Message:

Merge changes


diffs (13 lines):

diff --git a/sql/backends/monet5/iot/50_iot.sql 
b/sql/backends/monet5/iot/50_iot.sql
--- a/sql/backends/monet5/iot/50_iot.sql
+++ b/sql/backends/monet5/iot/50_iot.sql
@@ -106,7 +106,7 @@ create function iot.outputplaces()
 
 -- tables for iotwebserver
 
-CREATE TABLE iot.webserverflushing (table_id INTEGER, base TINYINT, "interval" 
INTEGER NULL, unit TINYINT NULL);
+CREATE TABLE iot.webserverstreams (table_id INTEGER, has_hostname BOOLEAN, 
base TINYINT, "interval" INTEGER NULL, unit TINYINT NULL);
 
-CREATE TABLE iot.webservervalidation (column_id INTEGER, special TINYINT NULL, 
validation1 string NULL, validation2 string NULL);
+CREATE TABLE iot.webservercolumns (column_id INTEGER, special TINYINT NULL, 
validation1 STRING NULL, validation2 STRING NULL);
 
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to