summaryrefslogtreecommitdiff
path: root/Decompiler/Gestor.Application.Migration.Files.20251010_277.SQL
blob: 67d9a12dbeb4f1f8d62ab7593faa3c4952f35132 (plain)
1
2
3
4
IF NOT EXISTS(SELECT 1 FROM CODIGOBANCO WHERE IDCODIGOBANCO = 136)
BEGIN
	INSERT INTO codigobanco (IDCODIGOBANCO,CODIGO,NOMEBANCO) VALUES (136, 323, N'MERCADO PAGO');
END