添加脚本

This commit is contained in:
2024-05-23 20:54:08 +08:00
parent 311b9c0ca9
commit 5dcf26803b
2 changed files with 2906 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
def execute = """D:\\dev\\postgresql-16.1-1\\bin\\pg_dump.exe -d coal_master -h 192.168.59.128 -p 5432 -U postgres -a --inserts -t t_permission -t t_resource -t t_permission_resources --column-inserts """
def execute = """D:\\dev\\postgresql-16.1-1\\bin\\pg_dump.exe -d coal_master -h 127.0.0.1 -p 5432 -U postgres -a --inserts -t t_permission -t t_resource -t t_permission_resources --column-inserts """
.execute(["PGPASSWORD=abc@123"], new File("../"))

File diff suppressed because it is too large Load Diff