From 1f4e14b2e973ee7de337fd4866d9a5ceff5cb6d1 Mon Sep 17 00:00:00 2001 From: Lucas Faria Mendes Date: Mon, 30 Mar 2026 10:38:18 -0300 Subject: chore: location --- Codemerx/Gestor.Application.Migration.Files.20250210_256.SQL | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Codemerx/Gestor.Application.Migration.Files.20250210_256.SQL (limited to 'Codemerx/Gestor.Application.Migration.Files.20250210_256.SQL') diff --git a/Codemerx/Gestor.Application.Migration.Files.20250210_256.SQL b/Codemerx/Gestor.Application.Migration.Files.20250210_256.SQL new file mode 100644 index 0000000..3f57d55 --- /dev/null +++ b/Codemerx/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 -- cgit v1.2.3