Compare commits

...

2 Commits

Author SHA1 Message Date
Marco Lanzara
30e6962638 🚀 Release v1.0.10
- Tipo: patch
- Database backup: database-backups/vigilanzaturni_v1.0.10_20251017_092651.sql.gz
- Data: 2025-10-17 09:27:06
2025-10-17 09:27:06 +00:00
marco370
85dba6f016 Add database backups for the security shift management system
Add multiple compressed SQL dump files to the database-backups directory.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: e5565357-90e1-419f-b9a8-6ee8394636df
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/6d543d2c-20b9-4ea6-93fe-70fe9b1d9f80/e5565357-90e1-419f-b9a8-6ee8394636df/IgrJ2ut
2025-10-17 09:26:13 +00:00
12 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -21,7 +21,6 @@ pm2-logs/
# Database # Database
*.db *.db
*.sqlite *.sqlite
database-backups/
# Deployment # Deployment
.deploy-history .deploy-history

View File

@ -1,7 +1,13 @@
{ {
"version": "1.0.9", "version": "1.0.10",
"lastUpdate": "2025-10-17T09:18:14.391Z", "lastUpdate": "2025-10-17T09:27:06.616Z",
"changelog": [ "changelog": [
{
"version": "1.0.10",
"date": "2025-10-17",
"type": "patch",
"description": "Deployment automatico v1.0.10"
},
{ {
"version": "1.0.9", "version": "1.0.9",
"date": "2025-10-17", "date": "2025-10-17",