This commit is contained in:
root
2025-11-13 19:52:28 +03:00
parent 8aeeb05b7d
commit 807dec3b6c
4646 changed files with 163445 additions and 626017 deletions

View File

@@ -762,7 +762,7 @@ CREATE TABLE b_rating_weight (
);
CREATE TABLE b_event_log (
ID int GENERATED BY DEFAULT AS IDENTITY NOT NULL,
ID int8 GENERATED BY DEFAULT AS IDENTITY NOT NULL,
TIMESTAMP_X timestamp DEFAULT CURRENT_TIMESTAMP,
SEVERITY varchar(50) NOT NULL,
AUDIT_TYPE_ID varchar(50) NOT NULL,