Skip to content

Instantly share code, notes, and snippets.

@dhruvpsaru
Created July 29, 2020 14:20
Show Gist options
  • Save dhruvpsaru/48c4adaacb32a9db7c268f40d9099f81 to your computer and use it in GitHub Desktop.
Save dhruvpsaru/48c4adaacb32a9db7c268f40d9099f81 to your computer and use it in GitHub Desktop.
insert  into field_mapping ("altKeys" , "dbKey" , "fieldKey" , "fieldType" , label , "templateId" , visibility , "communityId" )
						values(['w.tisNewField1'], ['pretrialreportdate_date_32f53a6c'], 'w_tisNewField', 'STRING', 'Workkard Tis field1', [0], 'public', 396);
alter table workkards add column "w_tisNewField1" string;
spock.custom_field_refresh
{
   "org_id": 396
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment