Commit ba442be6 authored by 吴文龙's avatar 吴文龙

fix

parent 5f300e60
......@@ -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,
......
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment