Skip to content

Commit

Permalink
update upgrade.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
710leo committed Mar 24, 2023
1 parent 63690ba commit 365fcd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/upgrade/upgrade.sql
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ CREATE TABLE `notify_tpl` (

CREATE TABLE `sso_config` (
`id` bigint unsigned not null auto_increment,
`name` varchar(255) not null,
`name` varchar(191) not null,
`content` text not null,
PRIMARY KEY (`id`),
UNIQUE KEY (`name`)
Expand Down

0 comments on commit 365fcd5

Please sign in to comment.