summaryrefslogtreecommitdiff
path: root/Decompiler/Gestor.Application.Migration.Files.20201203_91.SQL
blob: 72b02539efb8f9414f5a07476620b95e046d713d (plain)
1
2
3
4
5
6
IF NOT EXISTS(SELECT 1 FROM [dbo].[ciaseg] WHERE [IDCIASEG] = 813)
BEGIN
	INSERT INTO [dbo].[ciaseg] ([IDCIASEG],[NOME],[ATIVO],[TOLERANCIA]) VALUES (813, N'LEVE SAUDE OPERADORA DE PLANOS DE SAUDE LTDA', 1, 2);
END