diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-11-15 13:19:37 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-11-15 13:19:37 +0700 |
| commit | 53cf22e7d348dc0e8fa58d0ad2ca43dfa3ce99f4 (patch) | |
| tree | de0deda4166c341177a6466ca3594b22276ef4d7 | |
| parent | cfdbb0c7741ea030c04936fc2f97a648a248a154 (diff) | |
bf false database
| -rw-r--r-- | calculate_status_po.ktr | 53 |
1 files changed, 1 insertions, 52 deletions
diff --git a/calculate_status_po.ktr b/calculate_status_po.ktr index 8a6e437..7fbf820 100644 --- a/calculate_status_po.ktr +++ b/calculate_status_po.ktr @@ -436,57 +436,6 @@ <notepads> </notepads> <connection> - <name>erp indoteknik production</name> - <server>localhost</server> - <type>POSTGRESQL</type> - <access>Native</access> - <database>erp_indoteknik</database> - <port>5901</port> - <username>odoo</username> - <password>Encrypted 2be98afc82bdfd8dd9a2ca45acc83f6c3</password> - <servername/> - <data_tablespace/> - <index_tablespace/> - <attributes> - <attribute> - <code>FORCE_IDENTIFIERS_TO_LOWERCASE</code> - <attribute>N</attribute> - </attribute> - <attribute> - <code>FORCE_IDENTIFIERS_TO_UPPERCASE</code> - <attribute>N</attribute> - </attribute> - <attribute> - <code>IS_CLUSTERED</code> - <attribute>N</attribute> - </attribute> - <attribute> - <code>PORT_NUMBER</code> - <attribute>5901</attribute> - </attribute> - <attribute> - <code>PRESERVE_RESERVED_WORD_CASE</code> - <attribute>Y</attribute> - </attribute> - <attribute> - <code>QUOTE_ALL_FIELDS</code> - <attribute>N</attribute> - </attribute> - <attribute> - <code>SUPPORTS_BOOLEAN_DATA_TYPE</code> - <attribute>Y</attribute> - </attribute> - <attribute> - <code>SUPPORTS_TIMESTAMP_DATA_TYPE</code> - <attribute>Y</attribute> - </attribute> - <attribute> - <code>USE_POOLING</code> - <attribute>N</attribute> - </attribute> - </attributes> - </connection> - <connection> <name>erp indoteknik production (localhost)</name> <server>10.148.0.3</server> <type>POSTGRESQL</type> @@ -725,7 +674,7 @@ else{ <method>none</method> <schema_name/> </partitioning> - <connection>erp indoteknik production</connection> + <connection>erp indoteknik production (localhost)</connection> <skip_lookup>N</skip_lookup> <commit>100</commit> <use_batch>N</use_batch> |
