1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +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,6 @@
# JSON data can also be passed as a path to a .json file
oint postgres EnsureTable \
--table "test_new" \
--cols "{'smallint_field':'SMALLINT','uuid_field':'uuid','bigint_field':'BIGINT','custom_field':'TEXT'}" \
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/"

View File

@@ -0,0 +1,6 @@
:: JSON data can also be passed as a path to a .json file
oint postgres EnsureTable ^
--table "test_new" ^
--cols "{'smallint_field':'SMALLINT','uuid_field':'uuid','bigint_field':'BIGINT','custom_field':'TEXT'}" ^
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/"