summaryrefslogtreecommitdiff
path: root/Decompiler/Gestor.Application.Migration.Files.20210610_132.SQL
diff options
context:
space:
mode:
authorLucas Faria Mendes <lucas.fariamo08@gmail.com>2026-03-30 15:29:41 +0000
committerLucas Faria Mendes <lucas.fariamo08@gmail.com>2026-03-30 15:29:41 +0000
commit225aa1499e37faf9d38257caabbadc68d78b427e (patch)
tree102bb7a40c58595348ae9d3c7076201759fe0720 /Decompiler/Gestor.Application.Migration.Files.20210610_132.SQL
parent1f4e14b2e973ee7de337fd4866d9a5ceff5cb6d1 (diff)
downloadgestor-225aa1499e37faf9d38257caabbadc68d78b427e.tar.gz
gestor-225aa1499e37faf9d38257caabbadc68d78b427e.zip
decompiler.com
Diffstat (limited to 'Decompiler/Gestor.Application.Migration.Files.20210610_132.SQL')
-rw-r--r--Decompiler/Gestor.Application.Migration.Files.20210610_132.SQL23
1 files changed, 23 insertions, 0 deletions
diff --git a/Decompiler/Gestor.Application.Migration.Files.20210610_132.SQL b/Decompiler/Gestor.Application.Migration.Files.20210610_132.SQL
new file mode 100644
index 0000000..5544da7
--- /dev/null
+++ b/Decompiler/Gestor.Application.Migration.Files.20210610_132.SQL
@@ -0,0 +1,23 @@
+IF EXISTS (SELECT * FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME = 'CamposRelatorios') AND NOT EXISTS(SELECT 1 FROM [dbo].[CamposRelatorios] WHERE [Relatorio] = 9 AND [IdUsuario] = 0)
+BEGIN
+ INSERT INTO [dbo].[CamposRelatorios]
+VALUES
+(0, 9, 'Pendencia', 'PENDÊNCIA', 0, '', 0),
+(0, 9, 'Reclamacao', 'RECLAMAÇÃO', 0, 'DATA/TIME', 1),
+(0, 9, 'DataSinistro', 'DATA OCORRÊNCIA', 0, 'DATA/TIME', 2),
+(0, 9, 'TipoSinistro', 'TIPO', 0, 'ENUM', 3),
+(0, 9, 'Nome', 'NOME', 0, '', 4),
+(0, 9, 'CpfCnpj', 'CPF/CNPJ', 0, '', 5),
+(0, 9, 'NumeroSinistro', 'NÚMERO SINISTRO', 0, '', 6),
+(0, 9, 'Auxiliar', 'AUXILIAR', 0, '', 7),
+(0, 9, 'Ramo', 'RAMO', 0, '', 8),
+(0, 9, 'Item', 'ITEM', 0, '', 9),
+(0, 9, 'Seguradora', 'SEGURADORA', 0, '', 10),
+(0, 9, 'Apolice', 'APÓLICE', 0, '', 11),
+(0, 9, 'TipoPerda', 'TIPO PERDA', 0, '', 12),
+(0, 9, 'Mecanica', 'MECÂNICA', 0, '', 13),
+(0, 9, 'Funilaria', 'FUNILARIA', 0, '', 14),
+(0, 9, 'Vendedor', 'VENDEDOR PRINCIPAL', 0, '', 15),
+(0, 9, 'VigenciaFinal', 'VIGÊNCIA FINAL', 0, 'DATA?', 16),
+(0, 9, 'StatusSinistro', 'STATUS', 0, 'ENUM', 17)
+END \ No newline at end of file