This commit is contained in:
Yûki VACHOT 2022-01-06 04:44:40 +01:00
parent 4cc9058887
commit 38cd58e071
5 changed files with 506 additions and 29 deletions

View file

@ -11,4 +11,4 @@ CREATE TABLE IF NOT EXISTS logs
message character varying(512) NOT NULL,
has_succeeded boolean NOT NULL,
status_code smallint NOT NULL
)
);