File tree Expand file tree Collapse file tree
continew-server/src/main/resources
db/changelog/postgresql/plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ spring.datasource:
1717 password : ${DB_PWD:123456}
1818 driver-class-name : com.p6spy.engine.spy.P6SpyDriver
1919 # # PostgreSQL 配置
20- # url: jdbc:p6spy:postgresql://${DB_HOST:127.0.0.1}:${DB_PORT:5432}/${DB_NAME:continew_admin}?options=-c%20TimeZone=Asia/Shanghai&sslmode=prefer&channelBinding=require &stringtype=unspecified
20+ # url: jdbc:p6spy:postgresql://${DB_HOST:127.0.0.1}:${DB_PORT:5432}/${DB_NAME:continew_admin}?options=-c%20TimeZone=Asia/Shanghai&sslmode=prefer&channelBinding=prefer &stringtype=unspecified
2121 # username: ${DB_USER:postgres}
2222 # password: ${DB_PWD:123456}
2323 # driver-class-name: com.p6spy.engine.spy.P6SpyDriver
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ spring.datasource:
1919 password : ${DB_PWD:123456}
2020 driver-class-name : com.mysql.cj.jdbc.Driver
2121 # # PostgreSQL 配置
22- # url: jdbc:postgresql://${DB_HOST:127.0.0.1}:${DB_PORT:5432}/${DB_NAME:continew_admin}?options=-c%20TimeZone=Asia/Shanghai&sslmode=prefer&channelBinding=require &stringtype=unspecified
22+ # url: jdbc:postgresql://${DB_HOST:127.0.0.1}:${DB_PORT:5432}/${DB_NAME:continew_admin}?options=-c%20TimeZone=Asia/Shanghai&sslmode=prefer&channelBinding=prefer &stringtype=unspecified
2323 # username: ${DB_USER:postgres}
2424 # password: ${DB_PWD:123456}
2525 # driver-class-name: org.postgresql.Driver
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ CREATE TABLE IF NOT EXISTS "tenant_package" (
6060);
6161CREATE INDEX "idx_tenant_package_create_user " ON " tenant_package" (" create_user" );
6262CREATE INDEX "idx_tenant_package_update_user " ON " tenant_package" (" update_user" );
63- CREATE INDEX "idx_tenant_deleted " ON " tenant_package" (" deleted" );
63+ CREATE INDEX "idx_tenant_package_deleted " ON " tenant_package" (" deleted" );
6464COMMENT ON COLUMN "tenant_package"."id" IS ' ID' ;
6565COMMENT ON COLUMN "tenant_package"."name" IS ' 名称' ;
6666COMMENT ON COLUMN "tenant_package"."sort" IS ' 排序' ;
You can’t perform that action at this time.
0 commit comments