1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-23 22:05:15 +02:00

Test data update (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-06-18 21:13:41 +03:00
parent d8378d3105
commit 4b98497c12
757 changed files with 1206 additions and 874 deletions

View File

@@ -0,0 +1,7 @@
# JSON data can also be passed as a path to a .json file
oint postgres DeleteTableColumn \
--table "testtable" \
--name "new_field" \
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \
--tls "{'use_tls':true,'accept_invalid_certs':false}"

View File

@@ -0,0 +1,7 @@
:: JSON data can also be passed as a path to a .json file
oint postgres DeleteTableColumn ^
--table "testtable" ^
--name "new_field" ^
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" ^
--tls "{'use_tls':true,'accept_invalid_certs':false}"