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 --- Gestor.Application.Migration.Files.20250210_256.SQL | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 Gestor.Application.Migration.Files.20250210_256.SQL (limited to 'Gestor.Application.Migration.Files.20250210_256.SQL') diff --git a/Gestor.Application.Migration.Files.20250210_256.SQL b/Gestor.Application.Migration.Files.20250210_256.SQL deleted file mode 100644 index 3f57d55..0000000 --- a/Gestor.Application.Migration.Files.20250210_256.SQL +++ /dev/null @@ -1,4 +0,0 @@ -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