diff options
Diffstat (limited to 'Gestor.Application.Migration.Files.20250210_256.SQL')
| -rw-r--r-- | Gestor.Application.Migration.Files.20250210_256.SQL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Gestor.Application.Migration.Files.20250210_256.SQL b/Gestor.Application.Migration.Files.20250210_256.SQL new file mode 100644 index 0000000..3f57d55 --- /dev/null +++ b/Gestor.Application.Migration.Files.20250210_256.SQL @@ -0,0 +1,4 @@ +IF EXISTS (SELECT Id FROM CamposRelatorios WHERE relatorio = 27 and campo = 'VENCIMENTO')
+BEGIN
+ DELETE FROM CamposRelatorios WHERE id in (SELECT Id FROM CamposRelatorios WHERE relatorio = 27 and campo = 'VENCIMENTO');
+END
\ No newline at end of file |