summaryrefslogtreecommitdiff
path: root/Decompiler/Gestor.Application.Migration.Files.20250919_274.SQL
blob: 786640c8542bde66302fb270471b97e1b4eaf1ff (plain)
1
2
3
4
IF NOT EXISTS(SELECT 1 FROM [dbo].[fabricante] WHERE [idfabricante] = 270)
BEGIN
	INSERT INTO [dbo].[fabricante] ([idfabricante],[descricao]) VALUES (270, N'CARVALHO CARRETAS RODOVIÁRIAS');
END