summaryrefslogtreecommitdiff
path: root/Codemerx/Gestor.Application.Migration.Files.20250909_273.SQL
diff options
context:
space:
mode:
Diffstat (limited to 'Codemerx/Gestor.Application.Migration.Files.20250909_273.SQL')
-rw-r--r--Codemerx/Gestor.Application.Migration.Files.20250909_273.SQL14
1 files changed, 14 insertions, 0 deletions
diff --git a/Codemerx/Gestor.Application.Migration.Files.20250909_273.SQL b/Codemerx/Gestor.Application.Migration.Files.20250909_273.SQL
new file mode 100644
index 0000000..8c94f69
--- /dev/null
+++ b/Codemerx/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