diff --git a/.replit b/.replit index 828b3b0..3dc4618 100644 --- a/.replit +++ b/.replit @@ -14,10 +14,6 @@ run = ["npm", "run", "start"] localPort = 5000 externalPort = 80 -[[ports]] -localPort = 39403 -externalPort = 3001 - [[ports]] localPort = 41303 externalPort = 3002 diff --git a/database-schema/schema.sql b/database-schema/schema.sql index bd551e0..4121623 100644 --- a/database-schema/schema.sql +++ b/database-schema/schema.sql @@ -2,7 +2,7 @@ -- PostgreSQL database dump -- -\restrict 8bIB5k36rVjbqVJcycggWr2iKro3ZvK57JI5UC3th069ntsgq5WzGzo3RW3VpYJ +\restrict 0qthWXmbURRrgCrMVmsPPCOU9xqezSdnJ00gGJpMTwRCUc5a4K1hOs6PeDeWSwY -- 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 8bIB5k36rVjbqVJcycggWr2iKro3ZvK57JI5UC3th069ntsgq5WzGzo3RW3VpYJ +\unrestrict 0qthWXmbURRrgCrMVmsPPCOU9xqezSdnJ00gGJpMTwRCUc5a4K1hOs6PeDeWSwY diff --git a/version.json b/version.json index 3537dae..a58844d 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,13 @@ { - "version": "1.0.57", - "lastUpdate": "2025-11-24T16:36:14.402Z", + "version": "1.0.58", + "lastUpdate": "2025-11-24T16:58:25.617Z", "changelog": [ + { + "version": "1.0.58", + "date": "2025-11-24", + "type": "patch", + "description": "Deployment automatico v1.0.58" + }, { "version": "1.0.57", "date": "2025-11-24", @@ -295,12 +301,6 @@ "date": "2025-11-17", "type": "patch", "description": "Deployment automatico v1.0.9" - }, - { - "version": "1.0.8", - "date": "2025-11-17", - "type": "patch", - "description": "Deployment automatico v1.0.8" } ] } \ No newline at end of file