sql scripts
All checks were successful
BuildApp / build-frontend (push) Successful in 2m53s
BuildApp / build-backend (push) Successful in 1m49s

This commit is contained in:
Michał Zieliński
2025-09-29 21:32:34 +02:00
parent 642850306a
commit 5d33a5a9a5
7 changed files with 9 additions and 9 deletions

View File

@@ -2,7 +2,7 @@ DECLARE @JustForDebug TINYINT = 0;
-- SETUP VARIABLES
DECLARE @Type NVARCHAR(3) = 'D3';
DECLARE @Month INT = 7;
DECLARE @Month INT = 8;
DECLARE @Year INT = 2025;
IF @Type NOT IN ('D3')