Skip to content

Commit

Permalink
+ Add SMTP field into instance table.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjianhua committed Nov 21, 2022
1 parent ef59602 commit d3231b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/db/data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ CREATE TABLE IF NOT EXISTS `q_instance` (
`status` char(20) NOT NULL,
`pinned` enum('0', '1') NOT NULL DEFAULT '0',
`domain` char(255) NOT NULL,
`smtpSnippetName` char(30) NULL,
`ldapSnippetName` char(30) NULL,
`ldapSettings` text,
`dbSettings` text,
Expand Down

0 comments on commit d3231b1

Please sign in to comment.