]> saetta.ns0.it Git - zakaudit/libzakaudit/commitdiff
Added comment to sql for column actions.type.
authorAndrea Zagli <azagli@libero.it>
Sat, 21 Apr 2018 09:50:16 +0000 (11:50 +0200)
committerAndrea Zagli <azagli@libero.it>
Sat, 21 Apr 2018 09:50:16 +0000 (11:50 +0200)
docs/sql/audit.sql

index 3c4aae3dcc6606ac1429af57ffc304923d9ec906..1fbbc6024f25fe8cfd70ba91ac8b0fca0493bb60 100644 (file)
@@ -32,6 +32,8 @@ CREATE TABLE actions (
        CONSTRAINT actions_pkey PRIMARY KEY (id)
 );
 
+COMMENT ON COLUMN actions.type IS '1 - insert\n2 - before update\n3 - after update\n4 - delete';
+
 CREATE TABLE values (
        id_actions bigint NOT NULL,
        id_fields integer NOT NULL,