Project

General

Profile

Actions

Tareas #69

open

Nueva tabla noc_utility.sn_case

Added by Demo MiGestion365 Admin about 1 month ago. Updated about 1 month ago.

Status:
En curso
Priority:
Normal
Assignee:
-
Start date:
06/18/2026
Due date:
06/18/2026 (42 days late)
% Done:

90%

Estimated time:

Description

Con la aparición de un nuevo proyecto por parte del NOC se da la necesidad de generar un nuevo esquema, con nueva tabla y nuevo usuario.
Para ejecutar esto se ejecutaron estos comandos en el ambiente Dev:

CREATE USER noc_writer WITH PASSWORD 'tu_password';
CREATE SCHEMA noc_utility;
GRANT USAGE ON SCHEMA noc_utility TO noc_writer;
GRANT CREATE ON SCHEMA noc_utility TO noc_writer;
CREATE TABLE noc_utility.sn_case (
number TEXT,
operador TEXT,
nombre_co_claro TEXT,
geom GEOMETRY(POINT, 4326),
comentario TEXT,
timestamp TIMESTAMP
);
GRANT USAGE ON SCHEMA noc_utility TO om_read;
GRANT SELECT ON noc_utility.sn_case TO om_read;

GRANT USAGE ON SCHEMA noc_utility TO om_read;
GRANT SELECT ON noc_utility.sn_case TO om_read;

ALTER USER noc_writer WITH PASSWORD 'noc_sn2026';


Files

Esquema de funcionamiento _Capa compartida_.msg (109 KB) Esquema de funcionamiento _Capa compartida_.msg Demo MiGestion365 Admin, 06/18/2026 02:52 PM
Esquema noc_utility.msg (91.5 KB) Esquema noc_utility.msg Demo MiGestion365 Admin, 06/18/2026 02:52 PM

Updated by Demo MiGestion365 Admin about 1 month ago

Actions #2

Updated by Demo MiGestion365 Admin about 1 month ago

  • Status changed from Nueva to En curso
Actions #3

Updated by Demo MiGestion365 Admin about 1 month ago

user: noc_writer
pwd: noc_2026

Actions

Also available in: Atom PDF