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-09-04 14:31:39 +00:00
parent 6eeed459a7
commit 0892233fd9
4 changed files with 3 additions and 6 deletions

View File

@@ -1,4 +1,3 @@
oint postgres ВыполнитьЗапросSQL \
--sql " INSERT INTO test_table (name, age, salary, is_active, created_at, data) VALUES ($1, $2, $3, $4, $5, $6);" \
--params "['Структура','Структура','Структура','Структура','Структура','Структура']" \
--sql "https://hut.openintegrations.dev/test_data/TEST_DATA.sql" \
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/"

View File

@@ -1,4 +1,3 @@
oint postgres ВыполнитьЗапросSQL ^
--sql " INSERT INTO test_table (name, age, salary, is_active, created_at, data) VALUES ($1, $2, $3, $4, $5, $6);" ^
--params "['Структура','Структура','Структура','Структура','Структура','Структура']" ^
--sql "https://hut.openintegrations.dev/test_data/TEST_DATA.sql" ^
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/"