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
ba442be6
Commit
ba442be6
authored
Nov 28, 2022
by
吴文龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
5f300e60
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
28 deletions
+2
-28
hsiotdb_pgsql_02.sql
db/hsiotdb_pgsql_02.sql
+0
-27
docker-compose.iot-business.yml
docker-compose.iot-business.yml
+2
-1
No files found.
db/hsiotdb_pgsql_02.sql
View file @
ba442be6
...
...
@@ -118,20 +118,6 @@ CREATE TABLE "public"."hs_wechat_apply_history" (
ALTER
TABLE
"public"
.
"hs_wechat_apply_history"
OWNER
TO
"postgres"
;
CREATE
TABLE
"public"
.
"lc_event_1663200000000"
PARTITION
OF
"public"
.
"lc_event"
FOR
VALUES
FROM
(
'1663200000000'
)
TO
(
'1663804800000'
)
;
CREATE
TABLE
"public"
.
"lc_event_1663804800000"
PARTITION
OF
"public"
.
"lc_event"
FOR
VALUES
FROM
(
'1663804800000'
)
TO
(
'1664409600000'
)
;
CREATE
TABLE
"public"
.
"role_menu_relation"
(
"id"
uuid
NOT
NULL
,
"created_time"
int8
,
...
...
@@ -148,19 +134,6 @@ CREATE TABLE "public"."role_menu_relation" (
ALTER
TABLE
"public"
.
"role_menu_relation"
OWNER
TO
"postgres"
;
CREATE
TABLE
"public"
.
"stats_event_1663200000000"
PARTITION
OF
"public"
.
"stats_event"
FOR
VALUES
FROM
(
'1663200000000'
)
TO
(
'1663804800000'
)
;
CREATE
TABLE
"public"
.
"stats_event_1663804800000"
PARTITION
OF
"public"
.
"stats_event"
FOR
VALUES
FROM
(
'1663804800000'
)
TO
(
'1664409600000'
)
;
CREATE
TABLE
"public"
.
"tcode_model"
(
"id"
uuid
NOT
NULL
,
...
...
docker-compose.iot-business.yml
View file @
ba442be6
...
...
@@ -37,4 +37,5 @@ services:
-
IOT_DBAPI_URL=http://10.10.39.251:8520
-
CACHE_TYPE=redis
-
REDIS_HOST=redis
-
REDIS_PORT=6379
\ No newline at end of file
-
REDIS_PORT=6379
-
HS_GAODE_KEY=2505c76db7cb1455c89b7233f65638ba
\ No newline at end of file
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