Skip to content

Commit

Permalink
[pinpoint-apm#9489] Increase webhook url size
Browse files Browse the repository at this point in the history
  • Loading branch information
ga-ram committed Dec 21, 2022
1 parent 0eb0596 commit a537b67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/main/resources/sql/CreateTableStatement-mysql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ CREATE TABLE `agent_statistics` (

CREATE TABLE `webhook` (
`webhook_id` INT UNSIGNED NOT NULL AUTO_INCREMENT,
`alias` VARCHAR(45) NULL,
`url` VARCHAR(45) NOT NULL,
`alias` VARCHAR(256) NULL,
`url` VARCHAR(256) NOT NULL,
`application_id` VARCHAR(45) NULL,
`service_name` VARCHAR(45) NULL,
PRIMARY KEY (`webhook_id`)
Expand Down

0 comments on commit a537b67

Please sign in to comment.