You've already forked OpenIntegrations
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:
7
docs/en/cli/postgres/DeleteTableColumn/bash.txt
vendored
Normal file
7
docs/en/cli/postgres/DeleteTableColumn/bash.txt
vendored
Normal 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}"
|
||||
7
docs/en/cli/postgres/DeleteTableColumn/bat.txt
vendored
Normal file
7
docs/en/cli/postgres/DeleteTableColumn/bat.txt
vendored
Normal 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}"
|
||||
Reference in New Issue
Block a user