Skip to content

Commit 91223e8

Browse files
committed
make action char(1)
1 parent ec53567 commit 91223e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

audit.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ CREATE TABLE audit.logged_actions (
5050
client_addr inet,
5151
client_port integer,
5252
client_query text,
53-
action TEXT NOT NULL CHECK (action IN ('I','D','U', 'T')),
53+
action char(1) NOT NULL CHECK (action IN ('I','D','U','T')),
5454
row_data hstore,
5555
changed_fields hstore,
5656
statement_only boolean not null,

0 commit comments

Comments
 (0)