Skip to content

Commit

Permalink
fix db migration due to error at authorization is reserved at key
Browse files Browse the repository at this point in the history
  • Loading branch information
cauta committed Apr 13, 2024
1 parent 32d8d6d commit c87b051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrations/000001_create_initial_schema.up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CREATE TABLE IF NOT EXISTS webhooks(
content_type VARCHAR NOT NULL,
valid_status_codes SMALLINT[] NOT NULL,
secret_token VARCHAR NOT NULL,
authorization VARCHAR NOT NULL,
"authorization" VARCHAR NOT NULL,
active BOOLEAN NOT NULL,
max_delivery_attempts SMALLINT NOT NULL,
delivery_attempt_timeout SMALLINT NOT NULL,
Expand Down

0 comments on commit c87b051

Please sign in to comment.