🚀 Release v1.0.59

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

View File

@ -2,7 +2,7 @@
-- PostgreSQL database dump -- PostgreSQL database dump
-- --
\restrict 0qthWXmbURRrgCrMVmsPPCOU9xqezSdnJ00gGJpMTwRCUc5a4K1hOs6PeDeWSwY \restrict uOmIJcA3ddbSjZF4qe649llQ0asJBABmiUq6P9nanFwvxlfBdQHKp6kv8DoAXcH
-- 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 0qthWXmbURRrgCrMVmsPPCOU9xqezSdnJ00gGJpMTwRCUc5a4K1hOs6PeDeWSwY \unrestrict uOmIJcA3ddbSjZF4qe649llQ0asJBABmiUq6P9nanFwvxlfBdQHKp6kv8DoAXcH

0
deployment/install_ml_deps.sh Normal file → Executable file
View File

View File

@ -1,7 +1,13 @@
{ {
"version": "1.0.58", "version": "1.0.59",
"lastUpdate": "2025-11-24T16:58:25.617Z", "lastUpdate": "2025-11-24T16:59:32.549Z",
"changelog": [ "changelog": [
{
"version": "1.0.59",
"date": "2025-11-24",
"type": "patch",
"description": "Deployment automatico v1.0.59"
},
{ {
"version": "1.0.58", "version": "1.0.58",
"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.10" "description": "Deployment automatico v1.0.10"
},
{
"version": "1.0.9",
"date": "2025-11-17",
"type": "patch",
"description": "Deployment automatico v1.0.9"
} }
] ]
} }