🚀 Release v1.0.58

- Tipo: patch
- Database schema: database-schema/schema.sql (solo struttura)
- Data: 2025-11-24 16:58:25
This commit is contained in:
Marco Lanzara 2025-11-24 16:58:25 +00:00
parent b78f03392a
commit 81dee61ae4
3 changed files with 10 additions and 14 deletions

View File

@ -14,10 +14,6 @@ run = ["npm", "run", "start"]
localPort = 5000 localPort = 5000
externalPort = 80 externalPort = 80
[[ports]]
localPort = 39403
externalPort = 3001
[[ports]] [[ports]]
localPort = 41303 localPort = 41303
externalPort = 3002 externalPort = 3002

View File

@ -2,7 +2,7 @@
-- PostgreSQL database dump -- PostgreSQL database dump
-- --
\restrict 8bIB5k36rVjbqVJcycggWr2iKro3ZvK57JI5UC3th069ntsgq5WzGzo3RW3VpYJ \restrict 0qthWXmbURRrgCrMVmsPPCOU9xqezSdnJ00gGJpMTwRCUc5a4K1hOs6PeDeWSwY
-- Dumped from database version 16.9 (415ebe8) -- Dumped from database version 16.9 (415ebe8)
-- Dumped by pg_dump version 16.10 -- Dumped by pg_dump version 16.10
@ -312,5 +312,5 @@ ALTER TABLE ONLY public.network_logs
-- PostgreSQL database dump complete -- PostgreSQL database dump complete
-- --
\unrestrict 8bIB5k36rVjbqVJcycggWr2iKro3ZvK57JI5UC3th069ntsgq5WzGzo3RW3VpYJ \unrestrict 0qthWXmbURRrgCrMVmsPPCOU9xqezSdnJ00gGJpMTwRCUc5a4K1hOs6PeDeWSwY

View File

@ -1,7 +1,13 @@
{ {
"version": "1.0.57", "version": "1.0.58",
"lastUpdate": "2025-11-24T16:36:14.402Z", "lastUpdate": "2025-11-24T16:58:25.617Z",
"changelog": [ "changelog": [
{
"version": "1.0.58",
"date": "2025-11-24",
"type": "patch",
"description": "Deployment automatico v1.0.58"
},
{ {
"version": "1.0.57", "version": "1.0.57",
"date": "2025-11-24", "date": "2025-11-24",
@ -295,12 +301,6 @@
"date": "2025-11-17", "date": "2025-11-17",
"type": "patch", "type": "patch",
"description": "Deployment automatico v1.0.9" "description": "Deployment automatico v1.0.9"
},
{
"version": "1.0.8",
"date": "2025-11-17",
"type": "patch",
"description": "Deployment automatico v1.0.8"
} }
] ]
} }