Modify deploy-to-gitlab.sh to export database schema DDL to database-schema/schema.sql, update commit messages, and adjust versioning. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 7a657272-55ba-4a79-9a2e-f1ed9bc7a528 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 8bc17630-4554-4a5a-bac3-2cb45209a6fa Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/449cf7c4-c97a-45ae-8234-e5c5b8d6a84f/7a657272-55ba-4a79-9a2e-f1ed9bc7a528/CGAMfXu
13 lines
591 B
SQL
13 lines
591 B
SQL
-- ============================================================================
|
|
-- IDS - Database Schema (PostgreSQL)
|
|
-- ============================================================================
|
|
-- Questo file contiene SOLO la struttura del database (DDL)
|
|
-- NO dati sensibili, NO password, NO log
|
|
--
|
|
-- Generato automaticamente con: ./deployment/export_db_schema.sh
|
|
-- Sincronizzato con: ./update_from_git.sh --db
|
|
-- ============================================================================
|
|
|
|
-- Schema sarà esportato automaticamente dal server production
|
|
-- Questo è un placeholder
|