Overview
Developer tool to be used in development environments only to manage DB scripts for Appian applications
Key Features & Functionality
One of our developers has noted that system versioned tables are not supported correctly. In “SMT Wipe Database Script (Maria DB)” in “INSERT INTO TEMP_TABLE_DATE” there is this condition:
IF(TABLE_TYPE = 'BASE TABLE', 'TABLE', 'VIEW')
so he had to changed it to :
IF(TABLE_TYPE = 'SYSTEM VERSIONED' OR TABLE_TYPE = 'BASE TABLE', 'TABLE', TABLE_TYPE)
Could you please include this in the next version?
Thank you
Is this tool compatible with Microsoft SQL Server ?
Hi I tried deploying this application, and seems like I cannot deploy the application as the name of the model is not specified in the site primary language: English (GB).Attaching the deployment log for further reference.DevToolSMTScriptManagementv1.0.0.deployment-log.log