You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-08-10 22:41:43 +02:00
Начало PG
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
@echo off
|
||||
|
||||
:: Установить переменную
|
||||
set CARGO_NAME=opi_sqlite
|
||||
set LIB_NAME=OPI_SQLite
|
||||
set CARGO_NAME=opi_postgres
|
||||
set LIB_NAME=OPI_PostgreSQL
|
||||
set OPENSSL_DIR=C:\msys64\mingw64
|
||||
set OPENSSL_LIB_DIR=%OPENSSL_DIR%\lib
|
||||
set OPENSSL_INCLUDE_DIR=%OPENSSL_DIR%\include
|
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<mdclass:CommonTemplate xmlns:mdclass="http://g5.1c.ru/v8/dt/metadata/mdclass" uuid="80f0750a-d9c2-4a1d-9973-92d05b68264f">
|
||||
<name>OPI_PostgreSQL</name>
|
||||
<synonym>
|
||||
<key>ru</key>
|
||||
<value>Postgre SQL</value>
|
||||
</synonym>
|
||||
<templateType>AddIn</templateType>
|
||||
</mdclass:CommonTemplate>
|
BIN
src/ru/OPI/src/CommonTemplates/OPI_PostgreSQL/Template.addin
Normal file
BIN
src/ru/OPI/src/CommonTemplates/OPI_PostgreSQL/Template.addin
Normal file
Binary file not shown.
@@ -41,6 +41,7 @@
|
||||
<subsystems>Subsystem.OPI_Интеграция</subsystems>
|
||||
<commonTemplates>CommonTemplate.OPI_TCPClient</commonTemplates>
|
||||
<commonTemplates>CommonTemplate.OPI_SQLite</commonTemplates>
|
||||
<commonTemplates>CommonTemplate.OPI_PostgreSQL</commonTemplates>
|
||||
<commonModules>CommonModule.OPI_Airtable</commonModules>
|
||||
<commonModules>CommonModule.OPI_Bitrix24</commonModules>
|
||||
<commonModules>CommonModule.OPI_CDEK</commonModules>
|
||||
|
Reference in New Issue
Block a user