Inizio insert pag stats call

- test migration
- aggiunta pagina iniziale
- update nuget
This commit is contained in:
Samuele Locatelli
2024-06-01 09:55:14 +02:00
parent 32397cead9
commit 9ddf247346
20 changed files with 392 additions and 12 deletions
+3 -1
View File
@@ -4,6 +4,9 @@ GO
SET QUOTED_IDENTIFIER ON
GO
DROP VIEW IF EXISTS dbo.v_StatsCall;
GO
CREATE VIEW [dbo].[v_StatsCall]
AS
@@ -16,6 +19,5 @@ WITH cteDati AS
SELECT *
FROM cteDati
ORDER BY YearRef DESC, TotCall DESC
GO