Created
July 18, 2017 14:18
-
-
Save adolfobrunno/048f386a7d27acc84d0a8388d96f3a86 to your computer and use it in GitHub Desktop.
Script a ser executado ao implantar Pedências no Workflow
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
insert into pendencia_tipo (active, data_cadastro, descricao, id_agente_autor, status, version, instancia) values (1, NOW(), 'Assessoria', 4, 1, 0, 'assessoria'); | |
insert into pendencia_tipo (active, data_cadastro, descricao, id_agente_autor, status, version, instancia) values (1, NOW(), 'Diligência', 4, 1, 0, 'diligencia'); | |
insert into pendencia_tipo (active, data_cadastro, descricao, id_agente_autor, status, version, instancia) values (1, NOW(), 'Assinatura', 4, 1, 0, 'assinatura'); | |
insert into pendencia_tipo (active, data_cadastro, descricao, id_agente_autor, status, version, instancia) values (1, NOW(), 'Atos a Praticar', 4, 1, 0, 'workflow'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment