Skip to content

Commit

Permalink
fix init sql
Browse files Browse the repository at this point in the history
  • Loading branch information
710leo committed Mar 9, 2023
1 parent 1aed12d commit 21a0e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion n9e.sql
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ CREATE TABLE `alert_subscribe` (
`user_group_ids` varchar(250) not null comment 'split by space 1 34 5, notify cc to user_group_ids',
`webhooks` text not null default '',
`redefine_webhooks` tinyint(1) default 0,
`for_duration` bigint not null default 0
`for_duration` bigint not null default 0,
`create_at` bigint not null default 0,
`create_by` varchar(64) not null default '',
`update_at` bigint not null default 0,
Expand Down

0 comments on commit 21a0e75

Please sign in to comment.