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",