Skip to content

Commit 3cb1d48

Browse files
committed
Update audit.sql
Removed 'not null' for client_query
1 parent 68290ec commit 3cb1d48

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
@@ -47,7 +47,7 @@ CREATE TABLE audit.logged_actions (
4747
application_name text,
4848
client_addr inet,
4949
client_port integer,
50-
client_query text not null,
50+
client_query text,
5151
action TEXT NOT NULL CHECK (action IN ('I','D','U', 'T')),
5252
row_data hstore,
5353
changed_fields hstore,

0 commit comments

Comments
 (0)