🚀 Release v1.0.23

- Tipo: patch
- Database schema: database-schema/schema.sql (solo struttura)
- Data: 2025-11-21 15:45:57
This commit is contained in:
Marco Lanzara 2025-11-21 15:45:57 +00:00
parent b158b56645
commit 2041d3926f
12 changed files with 10 additions and 4 deletions

View File

@ -2,7 +2,7 @@
-- PostgreSQL database dump -- PostgreSQL database dump
-- --
\restrict kXn7dA0MpRN1tfw8IitWdn0asTpk0ittRcJy1NTPQ3wwtwi8Wy5nF46kKq02AQL \restrict TJwWgRtlkaNjJkPCqiHtNWgXY5wsEokHnEdpGRngK9bypbPCt7GzT9E1grG6rqw
-- Dumped from database version 16.9 (415ebe8) -- Dumped from database version 16.9 (415ebe8)
-- Dumped by pg_dump version 16.10 -- Dumped by pg_dump version 16.10
@ -221,5 +221,5 @@ ALTER TABLE ONLY public.network_logs
-- PostgreSQL database dump complete -- PostgreSQL database dump complete
-- --
\unrestrict kXn7dA0MpRN1tfw8IitWdn0asTpk0ittRcJy1NTPQ3wwtwi8Wy5nF46kKq02AQL \unrestrict TJwWgRtlkaNjJkPCqiHtNWgXY5wsEokHnEdpGRngK9bypbPCt7GzT9E1grG6rqw

0
deployment/backup_db.sh Normal file → Executable file
View File

0
deployment/check_backend.sh Normal file → Executable file
View File

0
deployment/check_frontend.sh Normal file → Executable file
View File

0
deployment/cron_detect.sh Normal file → Executable file
View File

0
deployment/cron_train.sh Normal file → Executable file
View File

0
deployment/export_db_schema.sh Normal file → Executable file
View File

0
deployment/restart_all.sh Normal file → Executable file
View File

0
deployment/setup_almalinux.sh Normal file → Executable file
View File

0
deployment/setup_crontab.sh Normal file → Executable file
View File

0
deployment/setup_syslog_server.sh Normal file → Executable file
View File

View File

@ -1,7 +1,13 @@
{ {
"version": "1.0.22", "version": "1.0.23",
"lastUpdate": "2025-11-21T15:37:36.434Z", "lastUpdate": "2025-11-21T15:45:57.568Z",
"changelog": [ "changelog": [
{
"version": "1.0.23",
"date": "2025-11-21",
"type": "patch",
"description": "Deployment automatico v1.0.23"
},
{ {
"version": "1.0.22", "version": "1.0.22",
"date": "2025-11-21", "date": "2025-11-21",