diff options
| author | Lucas Faria Mendes <lucas.fariamo08@gmail.com> | 2026-03-30 13:35:25 +0000 |
|---|---|---|
| committer | Lucas Faria Mendes <lucas.fariamo08@gmail.com> | 2026-03-30 13:35:25 +0000 |
| commit | 674ca83ba9243a9e95a7568c797668dab6aee26a (patch) | |
| tree | 4a905b3fb1d827665a34d63f67bc5559f8e7235b /Gestor.Application.Migration.Files.20210614_146.SQL | |
| download | gestor-674ca83ba9243a9e95a7568c797668dab6aee26a.tar.gz gestor-674ca83ba9243a9e95a7568c797668dab6aee26a.zip | |
feat: upload files
Diffstat (limited to 'Gestor.Application.Migration.Files.20210614_146.SQL')
| -rw-r--r-- | Gestor.Application.Migration.Files.20210614_146.SQL | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Gestor.Application.Migration.Files.20210614_146.SQL b/Gestor.Application.Migration.Files.20210614_146.SQL new file mode 100644 index 0000000..2e39761 --- /dev/null +++ b/Gestor.Application.Migration.Files.20210614_146.SQL @@ -0,0 +1,18 @@ +IF EXISTS (SELECT * FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME = 'CamposRelatorios') AND NOT EXISTS(SELECT 1 FROM [dbo].[CamposRelatorios] WHERE [Relatorio] = 20 AND [IdUsuario] = 0)
+BEGIN
+ INSERT INTO [dbo].[CamposRelatorios]
+VALUES
+(0, 20, N'VencimentoParcela', N'VENCIMENTO PARCELA', NULL, N'DATA', 0),
+(0, 20, N'Nome', N'NOME', NULL, N'', 1),
+(0, 20, N'Repasse', N'REPASSE', NULL, N'VALOR', 2),
+(0, 20, N'RepasseLiquido', N'REPASSE LÍQUIDO', NULL, N'VALOR', 3),
+(0, 20, N'Parcela', N'PARCELA', NULL, N'', 4),
+(0, 20, N'PremioLiquido', N'PRÊMIO LÍQUIDO', NULL, N'VALOR', 5),
+(0, 20, N'NomeRamo', N'RAMO', NULL, N'', 6),
+(0, 20, N'NomeSeguradora', N'SEGURADORA', NULL, N'', 7),
+(0, 20, N'TipoDocumento', N'TIPO DOCUMENTO', NULL, N'', 8),
+(0, 20, N'Status', N'STATUS', NULL, N'', 9),
+(0, 20, N'Apolice', N'APÓLICE', NULL, N'', 10),
+(0, 20, N'Endosso', N'ENDOSSO', NULL, N'', 11),
+(0, 20, N'VigenciaInicial', N'VIGÊNCIA INICIAL', NULL, N'DATA', 12)
+END
\ No newline at end of file |