Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
docker-iot-v3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
deploy
docker-iot-v3
Commits
8c7aa03e
Commit
8c7aa03e
authored
Dec 08, 2023
by
吴文龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
up
parent
446fedd8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
hsiotdb_pgsql_0808.sql
db/hsiotdb_pgsql_0808.sql
+4
-1
tb-node.env
tb-node.env
+2
-0
No files found.
db/hsiotdb_pgsql_0808.sql
View file @
8c7aa03e
...
...
@@ -3263,4 +3263,7 @@ $BODY$
LANGUAGE
plpgsql
VOLATILE
COST
100
;
ALTER
FUNCTION
"public"
.
"tmp_wenergy_month"
(
"year_int"
int4
,
"tid"
varchar
)
OWNER
TO
"postgres"
;
\ No newline at end of file
ALTER
FUNCTION
"public"
.
"tmp_wenergy_month"
(
"year_int"
int4
,
"tid"
varchar
)
OWNER
TO
"postgres"
;
ALTER
table
hs_device_extension
ADD
COLUMN
wechat_type
VARCHAR
(
225
)
;
COMMENT
ON
COLUMN
"public"
.
"hs_device_extension"
.
"wechat_type"
IS
'微信使用设备分类'
;
\ No newline at end of file
tb-node.env
View file @
8c7aa03e
...
...
@@ -8,6 +8,8 @@ TRANSPORT_TYPE=remote
HTTP_LOG_CONTROLLER_ERROR_STACK_TRACE=false
TB_QUEUE_PARTITIONS_VIRTUAL_NODES_SIZE=64
DEFAULT_INACTIVITY_TIMEOUT=300
METRICS_ENABLED=true
METRICS_ENDPOINTS_EXPOSE=prometheus
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment