mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-09 08:20:31 +08:00
release: cw-elevator-application v2.0.11 built
- Bump version to 2.0.11, rebuild deployment package (JAR + ZIP) - Add property mgmt visitor floor policy SQL to release bundle - Sync corrected guangfa fund SQL to docs/sql/ (org_id + zone_id fix) - Exclude deploy JARs from git tracking (build artifacts >100MB)
This commit is contained in:
@@ -69,9 +69,14 @@ require_file "${DDL_SRC}" "DDL"
|
||||
install -m0644 "${DDL_SRC}" "${DDL_DIR}/tenant_visitor_floor_policy.sql"
|
||||
|
||||
DDL_INIT_SRC="${ROOT}/docs/sql/tenant_visitor_floor_policy_init_guangfa_fund.sql"
|
||||
require_file "${DDL_INIT_SRC}" "初始化 SQL"
|
||||
require_file "${DDL_INIT_SRC}" "初始化 SQL(广发基金)"
|
||||
install -m0644 "${DDL_INIT_SRC}" "${DDL_DIR}/tenant_visitor_floor_policy_init_guangfa_fund.sql"
|
||||
|
||||
DDL_PROP_MGMT_SRC="${ROOT}/docs/sql/tenant_visitor_floor_policy_init_property_mgmt_6f.sql"
|
||||
if [[ -f "${DDL_PROP_MGMT_SRC}" ]]; then
|
||||
install -m0644 "${DDL_PROP_MGMT_SRC}" "${DDL_DIR}/tenant_visitor_floor_policy_init_property_mgmt_6f.sql"
|
||||
fi
|
||||
|
||||
UPGRADE_SRC="${ROOT}/docs/build/cw-elevator-application-v${REL_VER}-版本升级说明书.md"
|
||||
if [[ ! -f "${UPGRADE_SRC}" ]]; then
|
||||
UPGRADE_SRC="${ROOT}/docs/build/cw-elevator-application-v${DOC_FALLBACK_VER}-版本升级说明书.md"
|
||||
|
||||
Reference in New Issue
Block a user