Added display for triggers

This commit is contained in:
Dunemask 2022-10-17 08:00:03 -04:00
parent bc7e0767d6
commit bb934ee859
13 changed files with 154 additions and 28 deletions

View file

@ -10,7 +10,7 @@ CREATE TABLE catalog (
created TIMESTAMP NOT NULL DEFAULT now(),
mr varchar(255) DEFAULT NULL,
tags varchar(255)[] DEFAULT NULL,
crons varchar(127) DEFAULT NULL,
crons varchar(127)[] DEFAULT NULL,
env varchar(31)[] DEFAULT NULL,
regions varchar(15)[] DEFAULT NULL,
triggers varchar(255)[] DEFAULT NULL,