You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-29 22:27:42 +02:00
Test data update (Jenkins)
This commit is contained in:
8
docs/en/cli/mysql/DeleteTableColumn/bash.txt
vendored
8
docs/en/cli/mysql/DeleteTableColumn/bash.txt
vendored
@@ -1,5 +1,7 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint mysql DeleteTableColumn \
|
||||
--table ""testtable"" \
|
||||
--name ""new_field"" \
|
||||
--table "testtable" \
|
||||
--name "new_field" \
|
||||
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \
|
||||
--tls ""/tmp/cj4rmezc.efc.json""
|
||||
--tls "{'use_tls':true,'accept_invalid_certs':true}"
|
||||
8
docs/en/cli/mysql/DeleteTableColumn/bat.txt
vendored
8
docs/en/cli/mysql/DeleteTableColumn/bat.txt
vendored
@@ -1,5 +1,7 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint mysql DeleteTableColumn ^
|
||||
--table ""testtable"" ^
|
||||
--name ""new_field"" ^
|
||||
--table "testtable" ^
|
||||
--name "new_field" ^
|
||||
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" ^
|
||||
--tls ""/tmp/cj4rmezc.efc.json""
|
||||
--tls "{'use_tls':true,'accept_invalid_certs':true}"
|
||||
Reference in New Issue
Block a user