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:
7
docs/en/cli/postgres/UpdateRecords/bash.txt
vendored
Normal file
7
docs/en/cli/postgres/UpdateRecords/bash.txt
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint postgres UpdateRecords \
|
||||
--table "test_data" \
|
||||
--values "{'ip_address':{'VARCHAR':'127.0.0.1'}}" \
|
||||
--filter "[{'field':'gender','type':'=','value':{'VARCHAR':'Male'},'raw':false}]" \
|
||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/"
|
||||
Reference in New Issue
Block a user