mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 07:46:40 +08:00
添加脚本
This commit is contained in:
@@ -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("../"))
|
||||
|
||||
|
||||
|
||||
2905
src/main/resources/db/migration/V45__resourceAll.sql
Normal file
2905
src/main/resources/db/migration/V45__resourceAll.sql
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user