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
c885e36e
Commit
c885e36e
authored
6 months ago
by
Rodrigo Goncalves
Browse files
Options
Downloads
Patches
Plain Diff
Fix for merge issue for previous pull-request
parent
9d1f53bb
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
docker/db/02-smartdata_v1.sql
+1
-3
1 addition, 3 deletions
docker/db/02-smartdata_v1.sql
with
1 addition
and
3 deletions
docker/db/02-smartdata_v1.sql
+
1
−
3
View file @
c885e36e
...
...
@@ -11,14 +11,12 @@ CREATE TABLE `counters` (
`c`
int
(
11
)
DEFAULT
NULL
,
PRIMARY
KEY
(
`domain`
),
KEY
`idx_domain`
(
`domain`
)
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
latin1
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
latin1
;
--
-- Table structure for table `series`
--
DROP
TABLE
IF
EXISTS
`rows`
;
DROP
TABLE
IF
EXISTS
`series`
;
CREATE
TABLE
`series`
(
<<<<<<<
HEAD
`id`
bigint
unsigned
NOT
NULL
AUTO_INCREMENT
,
`version`
tinyint
unsigned
NOT
NULL
,
`unit`
int
unsigned
NOT
NULL
,
...
...
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