Some checks failed
CI Pipeline / changes (push) Has been cancelled
CI Pipeline / core (push) Has been cancelled
CI Pipeline / trading-backend (push) Has been cancelled
CI Pipeline / trading-data-service (push) Has been cancelled
CI Pipeline / trading-frontend (push) Has been cancelled
CI Pipeline / erp-core (push) Has been cancelled
CI Pipeline / erp-mecanicas (push) Has been cancelled
CI Pipeline / gamilit-backend (push) Has been cancelled
CI Pipeline / gamilit-frontend (push) Has been cancelled
16 lines
657 B
SQL
16 lines
657 B
SQL
-- ============================================================================
|
|
-- SCHEMAS - ERP Clínicas
|
|
-- ============================================================================
|
|
-- Versión: 1.0.0
|
|
-- Fecha: 2025-12-09
|
|
-- ============================================================================
|
|
|
|
-- Schema principal para operaciones clínicas
|
|
CREATE SCHEMA IF NOT EXISTS clinica;
|
|
|
|
COMMENT ON SCHEMA clinica IS 'Schema para operaciones de clínica/consultorio médico';
|
|
|
|
-- ============================================================================
|
|
-- FIN SCHEMAS
|
|
-- ============================================================================
|