1. 统一包名修改
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# encoding=utf8
|
||||
"""芋道系统数据库迁移工具
|
||||
"""ZT系统数据库迁移工具
|
||||
|
||||
Author: dhb52 (https://gitee.com/dhb52)
|
||||
|
||||
@@ -828,7 +828,7 @@ class OpengaussConvertor(KingbaseConvertor):
|
||||
|
||||
|
||||
def main():
|
||||
parser = argparse.ArgumentParser(description="芋道系统数据库转换工具")
|
||||
parser = argparse.ArgumentParser(description="ZT系统数据库转换工具")
|
||||
parser.add_argument(
|
||||
"type",
|
||||
type=str,
|
||||
|
||||
@@ -78,7 +78,7 @@ services:
|
||||
# environment:
|
||||
# TZ: Asia/Shanghai
|
||||
# ACCEPT_EULA: "Y"
|
||||
# SA_PASSWORD: "Yudao@2024"
|
||||
# SA_PASSWORD: "Cloud@2024"
|
||||
# ports:
|
||||
# - "1433:1433"
|
||||
# volumes:
|
||||
@@ -124,7 +124,7 @@ services:
|
||||
# restart: unless-stopped
|
||||
# environment:
|
||||
# GS_USERNAME: root
|
||||
# GS_PASSWORD: Yudao@2024
|
||||
# GS_PASSWORD: Cloud@2024
|
||||
# LD_LIBRARY_PATH: /usr/local/opengauss/lib:/usr/lib
|
||||
# ports:
|
||||
# - "5432:5432"
|
||||
|
||||
Reference in New Issue
Block a user