diff --git a/.replit b/.replit index cd793f0..3dc4618 100644 --- a/.replit +++ b/.replit @@ -14,10 +14,6 @@ run = ["npm", "run", "start"] localPort = 5000 externalPort = 80 -[[ports]] -localPort = 38173 -externalPort = 3001 - [[ports]] localPort = 41303 externalPort = 3002 diff --git a/database-schema/schema.sql b/database-schema/schema.sql index ac42846..2dd51c1 100644 --- a/database-schema/schema.sql +++ b/database-schema/schema.sql @@ -2,7 +2,7 @@ -- PostgreSQL database dump -- -\restrict lZBSNPiSh3g9QddIJkeQIYiFvreIhrAIY7ggYUaULcRinm14aEimGddEGQz8tbg +\restrict Lgw47EWfpljavgP5hPyLQNB0j4mEqdbkwIgpe0LMEoZBsmxrQQy59ygAS5roJTS -- 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 lZBSNPiSh3g9QddIJkeQIYiFvreIhrAIY7ggYUaULcRinm14aEimGddEGQz8tbg +\unrestrict Lgw47EWfpljavgP5hPyLQNB0j4mEqdbkwIgpe0LMEoZBsmxrQQy59ygAS5roJTS diff --git a/deployment/train_hybrid_production.sh b/deployment/train_hybrid_production.sh old mode 100644 new mode 100755 diff --git a/version.json b/version.json index 627b0f9..5f99ea2 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,13 @@ { - "version": "1.0.66", - "lastUpdate": "2025-11-24T18:06:18.615Z", + "version": "1.0.67", + "lastUpdate": "2025-11-24T18:07:00.803Z", "changelog": [ + { + "version": "1.0.67", + "date": "2025-11-24", + "type": "patch", + "description": "Deployment automatico v1.0.67" + }, { "version": "1.0.66", "date": "2025-11-24", @@ -295,12 +301,6 @@ "date": "2025-11-18", "type": "patch", "description": "Deployment automatico v1.0.18" - }, - { - "version": "1.0.17", - "date": "2025-11-17", - "type": "patch", - "description": "Deployment automatico v1.0.17" } ] } \ No newline at end of file