From 270e211fecbe144f55d8806d0c0d8412481dc0f0 Mon Sep 17 00:00:00 2001 From: Marco Lanzara <48531002-marco370@users.noreply.replit.com> Date: Mon, 24 Nov 2025 16:59:32 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Release=20v1.0.59?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Tipo: patch - Database schema: database-schema/schema.sql (solo struttura) - Data: 2025-11-24 16:59:32 --- database-schema/schema.sql | 4 ++-- deployment/install_ml_deps.sh | 0 version.json | 16 ++++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) mode change 100644 => 100755 deployment/install_ml_deps.sh diff --git a/database-schema/schema.sql b/database-schema/schema.sql index 4121623..7299d49 100644 --- a/database-schema/schema.sql +++ b/database-schema/schema.sql @@ -2,7 +2,7 @@ -- PostgreSQL database dump -- -\restrict 0qthWXmbURRrgCrMVmsPPCOU9xqezSdnJ00gGJpMTwRCUc5a4K1hOs6PeDeWSwY +\restrict uOmIJcA3ddbSjZF4qe649llQ0asJBABmiUq6P9nanFwvxlfBdQHKp6kv8DoAXcH -- Dumped from database version 16.9 (415ebe8) -- Dumped by pg_dump version 16.10 @@ -312,5 +312,5 @@ ALTER TABLE ONLY public.network_logs -- PostgreSQL database dump complete -- -\unrestrict 0qthWXmbURRrgCrMVmsPPCOU9xqezSdnJ00gGJpMTwRCUc5a4K1hOs6PeDeWSwY +\unrestrict uOmIJcA3ddbSjZF4qe649llQ0asJBABmiUq6P9nanFwvxlfBdQHKp6kv8DoAXcH diff --git a/deployment/install_ml_deps.sh b/deployment/install_ml_deps.sh old mode 100644 new mode 100755 diff --git a/version.json b/version.json index a58844d..66dec02 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,13 @@ { - "version": "1.0.58", - "lastUpdate": "2025-11-24T16:58:25.617Z", + "version": "1.0.59", + "lastUpdate": "2025-11-24T16:59:32.549Z", "changelog": [ + { + "version": "1.0.59", + "date": "2025-11-24", + "type": "patch", + "description": "Deployment automatico v1.0.59" + }, { "version": "1.0.58", "date": "2025-11-24", @@ -295,12 +301,6 @@ "date": "2025-11-17", "type": "patch", "description": "Deployment automatico v1.0.10" - }, - { - "version": "1.0.9", - "date": "2025-11-17", - "type": "patch", - "description": "Deployment automatico v1.0.9" } ] } \ No newline at end of file