diff options
Diffstat (limited to 'Decompiler/Gestor.Application.Migration.Files.20250909_273.SQL')
| -rw-r--r-- | Decompiler/Gestor.Application.Migration.Files.20250909_273.SQL | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Decompiler/Gestor.Application.Migration.Files.20250909_273.SQL b/Decompiler/Gestor.Application.Migration.Files.20250909_273.SQL new file mode 100644 index 0000000..8c94f69 --- /dev/null +++ b/Decompiler/Gestor.Application.Migration.Files.20250909_273.SQL @@ -0,0 +1,14 @@ +IF NOT EXISTS(SELECT 1 FROM [dbo].[fabricante] WHERE [idfabricante] = 267)
+BEGIN
+ INSERT INTO [dbo].[fabricante] ([idfabricante],[descricao]) VALUES (267, N'LIBRELATO S.A. IMPLEMENTOS RODOVIARIOS');
+END
+
+IF NOT EXISTS(SELECT 1 FROM [dbo].[fabricante] WHERE [idfabricante] = 268)
+BEGIN
+ INSERT INTO [dbo].[fabricante] ([idfabricante],[descricao]) VALUES (268, N'ZEEKR PARTICIPACOES LTDA');
+END
+
+IF NOT EXISTS(SELECT 1 FROM [dbo].[fabricante] WHERE [idfabricante] = 269)
+BEGIN
+ INSERT INTO [dbo].[fabricante] ([idfabricante],[descricao]) VALUES (269, N'CONDUZZA AUTOPROPELIDOS CURITIBA LTDA');
+END
\ No newline at end of file |