Skip to content
Snippets Groups Projects
Commit 7bbf9d4c authored by Guilherme Arthur Gerônimo's avatar Guilherme Arthur Gerônimo
Browse files

Adding missing _si_blob tables

parent f9f63f45
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,13 @@ CREATE TYPE smartdata_v1.v1_1_digital (
gw bigint
);
CREATE TYPE smartdata_v1.v1_1_si_blob (
period int,
gateway bigint,
uncertainty int,
data blob
);
CREATE TYPE smartdata_v1.v1_2_si (
value double,
error tinyint,
......@@ -30,4 +37,11 @@ CREATE TYPE smartdata_v1.v1_2_digital (
y int,
z int,
gw bigint
);
CREATE TYPE smartdata_v1.v1_2_si_blob (
period int,
gateway bigint,
uncertainty int,
data blob
);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment