From dccfb4032a8adb1b73f5f98b845963c190a604df Mon Sep 17 00:00:00 2001 From: Marco Lanzara <48531002-marco370@users.noreply.replit.com> Date: Fri, 21 Nov 2025 16:19:57 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Release=20v1.0.25?= 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-21 16:19:57 --- .replit | 4 ---- database-schema/schema.sql | 4 ++-- version.json | 10 ++++++++-- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.replit b/.replit index 10e17b3..30bea15 100644 --- a/.replit +++ b/.replit @@ -14,10 +14,6 @@ run = ["npm", "run", "start"] localPort = 5000 externalPort = 80 -[[ports]] -localPort = 40859 -externalPort = 3001 - [[ports]] localPort = 41303 externalPort = 3002 diff --git a/database-schema/schema.sql b/database-schema/schema.sql index 82c1e51..6d5806c 100644 --- a/database-schema/schema.sql +++ b/database-schema/schema.sql @@ -2,7 +2,7 @@ -- PostgreSQL database dump -- -\restrict LNsvOG1VvcEBEfN52lWLJ3Akc40zto9zDGlVSiS2dLNG5zkBGo52rARReWxONEN +\restrict U4ZPouldk2Avdiltgfe87M8gEOxUJwD1EJjCbMjd9cttbaBKboe28GpgyRS6Igw -- Dumped from database version 16.9 (415ebe8) -- Dumped by pg_dump version 16.10 @@ -221,5 +221,5 @@ ALTER TABLE ONLY public.network_logs -- PostgreSQL database dump complete -- -\unrestrict LNsvOG1VvcEBEfN52lWLJ3Akc40zto9zDGlVSiS2dLNG5zkBGo52rARReWxONEN +\unrestrict U4ZPouldk2Avdiltgfe87M8gEOxUJwD1EJjCbMjd9cttbaBKboe28GpgyRS6Igw diff --git a/version.json b/version.json index 8392578..4bee97d 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,13 @@ { - "version": "1.0.24", - "lastUpdate": "2025-11-21T15:58:39.351Z", + "version": "1.0.25", + "lastUpdate": "2025-11-21T16:19:57.816Z", "changelog": [ + { + "version": "1.0.25", + "date": "2025-11-21", + "type": "patch", + "description": "Deployment automatico v1.0.25" + }, { "version": "1.0.24", "date": "2025-11-21",