diff --git a/.replit b/.replit index 4e69802..5c190e2 100644 --- a/.replit +++ b/.replit @@ -14,10 +14,6 @@ run = ["npm", "run", "start"] localPort = 5000 externalPort = 80 -[[ports]] -localPort = 40793 -externalPort = 3001 - [[ports]] localPort = 41303 externalPort = 3002 diff --git a/database-schema/schema.sql b/database-schema/schema.sql index b7cb59e..e16beb1 100644 --- a/database-schema/schema.sql +++ b/database-schema/schema.sql @@ -2,7 +2,7 @@ -- PostgreSQL database dump -- -\restrict ocCaFuR5tbnPohizgWN7sDNAwCoGmVhDyIANVlUHNk9RsjkIyFPWZzDcvNmTY1L +\restrict wA7qDs9nzwVeaQ9GHVREEa5HgATkfxyf2vJ9Q96kiyMsWTGfrFpfSGxjtRX4gAa -- Dumped from database version 16.9 (415ebe8) -- Dumped by pg_dump version 16.10 @@ -242,5 +242,5 @@ ALTER TABLE ONLY public.network_logs -- PostgreSQL database dump complete -- -\unrestrict ocCaFuR5tbnPohizgWN7sDNAwCoGmVhDyIANVlUHNk9RsjkIyFPWZzDcvNmTY1L +\unrestrict wA7qDs9nzwVeaQ9GHVREEa5HgATkfxyf2vJ9Q96kiyMsWTGfrFpfSGxjtRX4gAa diff --git a/version.json b/version.json index 2d13f4e..68a9d68 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,13 @@ { - "version": "1.0.43", - "lastUpdate": "2025-11-24T08:36:03.863Z", + "version": "1.0.44", + "lastUpdate": "2025-11-24T08:41:37.375Z", "changelog": [ + { + "version": "1.0.44", + "date": "2025-11-24", + "type": "patch", + "description": "Deployment automatico v1.0.44" + }, { "version": "1.0.43", "date": "2025-11-24",