Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
IoT Platform
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IoT
IoT Platform
Commits
7bbf9d4c
Commit
7bbf9d4c
authored
8 months ago
by
Guilherme Arthur Gerônimo
Browse files
Options
Downloads
Patches
Plain Diff
Adding missing _si_blob tables
parent
f9f63f45
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/smartdata/management/sql/entry.sql
+14
-0
14 additions, 0 deletions
bin/smartdata/management/sql/entry.sql
with
14 additions
and
0 deletions
bin/smartdata/management/sql/entry.sql
+
14
−
0
View file @
7bbf9d4c
...
@@ -12,6 +12,13 @@ CREATE TYPE smartdata_v1.v1_1_digital (
...
@@ -12,6 +12,13 @@ CREATE TYPE smartdata_v1.v1_1_digital (
gw
bigint
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
(
CREATE
TYPE
smartdata_v1
.
v1_2_si
(
value
double
,
value
double
,
error
tinyint
,
error
tinyint
,
...
@@ -30,4 +37,11 @@ CREATE TYPE smartdata_v1.v1_2_digital (
...
@@ -30,4 +37,11 @@ CREATE TYPE smartdata_v1.v1_2_digital (
y
int
,
y
int
,
z
int
,
z
int
,
gw
bigint
gw
bigint
);
CREATE
TYPE
smartdata_v1
.
v1_2_si_blob
(
period
int
,
gateway
bigint
,
uncertainty
int
,
data
blob
);
);
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment