mirror of
https://github.com/alerta/alerta.git
synced 2025-03-13 04:53:16 +00:00
Make metrics total_time column a bigint (#509)
This commit is contained in:
parent
f82ab3ad64
commit
45186471c2
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ CREATE TABLE IF NOT EXISTS metrics (
|
|||
type text NOT NULL,
|
||||
CONSTRAINT metrics_pkey PRIMARY KEY ("group", name, type)
|
||||
);
|
||||
ALTER TABLE metrics ALTER COLUMN total_time TYPE BIGINT;
|
||||
|
||||
|
||||
CREATE TABLE IF NOT EXISTS perms (
|
||||
|
|
Loading…
Reference in a new issue