diff --git a/.replit b/.replit index f8d3040..3dc4618 100644 --- a/.replit +++ b/.replit @@ -14,10 +14,6 @@ run = ["npm", "run", "start"] localPort = 5000 externalPort = 80 -[[ports]] -localPort = 41061 -externalPort = 3001 - [[ports]] localPort = 41303 externalPort = 3002 diff --git a/database-schema/schema.sql b/database-schema/schema.sql index e439e33..2b77d39 100644 --- a/database-schema/schema.sql +++ b/database-schema/schema.sql @@ -2,7 +2,7 @@ -- PostgreSQL database dump -- -\restrict EhTIWO6mJsMCZlpqMxbWsEt4VjIQx09rvd9CYAsBZNHKqk1gewrvHWHB7Qh9EDK +\restrict KIBvvJVRt4gAMLoGbAHHohmcMFf9kSImySXGHwSSncidSDFqgSo61BWMFDkLsSm -- 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 EhTIWO6mJsMCZlpqMxbWsEt4VjIQx09rvd9CYAsBZNHKqk1gewrvHWHB7Qh9EDK +\unrestrict KIBvvJVRt4gAMLoGbAHHohmcMFf9kSImySXGHwSSncidSDFqgSo61BWMFDkLsSm diff --git a/version.json b/version.json index 14e2d97..dc12b10 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,13 @@ { - "version": "1.0.76", - "lastUpdate": "2025-11-25T08:52:18.235Z", + "version": "1.0.77", + "lastUpdate": "2025-11-25T09:19:17.340Z", "changelog": [ + { + "version": "1.0.77", + "date": "2025-11-25", + "type": "patch", + "description": "Deployment automatico v1.0.77" + }, { "version": "1.0.76", "date": "2025-11-25", @@ -295,12 +301,6 @@ "date": "2025-11-21", "type": "patch", "description": "Deployment automatico v1.0.28" - }, - { - "version": "1.0.27", - "date": "2025-11-21", - "type": "patch", - "description": "Deployment automatico v1.0.27" } ] } \ No newline at end of file