🚀 Release v1.0.19

- Tipo: patch
- Database schema: database-schema/schema.sql (solo struttura)
- Data: 2025-11-21 08:23:16
This commit is contained in:
Marco Lanzara 2025-11-21 08:23:16 +00:00
parent 5545b1de1c
commit 84320a3c6f
2 changed files with 13 additions and 3 deletions

View File

@ -2,8 +2,10 @@
-- PostgreSQL database dump -- PostgreSQL database dump
-- --
\restrict PeJt98cwZJzoxhd87wbuWCwdcgG7cHEYg3FQwqdfpFezROlvr4Ao1OgnJb3gzyk
-- Dumped from database version 16.9 (415ebe8) -- Dumped from database version 16.9 (415ebe8)
-- Dumped by pg_dump version 16.9 -- Dumped by pg_dump version 16.10
SET statement_timeout = 0; SET statement_timeout = 0;
SET lock_timeout = 0; SET lock_timeout = 0;
@ -219,3 +221,5 @@ ALTER TABLE ONLY public.network_logs
-- PostgreSQL database dump complete -- PostgreSQL database dump complete
-- --
\unrestrict PeJt98cwZJzoxhd87wbuWCwdcgG7cHEYg3FQwqdfpFezROlvr4Ao1OgnJb3gzyk

View File

@ -1,7 +1,13 @@
{ {
"version": "1.0.18", "version": "1.0.19",
"lastUpdate": "2025-11-18T09:30:06.673Z", "lastUpdate": "2025-11-21T08:23:16.311Z",
"changelog": [ "changelog": [
{
"version": "1.0.19",
"date": "2025-11-21",
"type": "patch",
"description": "Deployment automatico v1.0.19"
},
{ {
"version": "1.0.18", "version": "1.0.18",
"date": "2025-11-18", "date": "2025-11-18",