Skip to content

Commit

Permalink
Remove non-empty check for query method
Browse files Browse the repository at this point in the history
  • Loading branch information
anbsky committed Jun 23, 2020
1 parent fb7c175 commit ce5981b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/storage/migrations/0006_audit_initial.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-- +migrate StatementBegin
CREATE TABLE "query_log" (
"id" SERIAL PRIMARY KEY,
"method" varchar NOT NULL CHECK (method <> ''),
"method" varchar NOT NULL,
"timestamp" timestamp NOT NULL DEFAULT now(),
"user_id" uinteger,

Expand Down

0 comments on commit ce5981b

Please sign in to comment.