Skip to content

Commit

Permalink
sslcertck
Browse files Browse the repository at this point in the history
  • Loading branch information
PF4Public committed Oct 20, 2022
1 parent 0f909ab commit 466bf79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SQL/mysql/2022102000.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE fetchmail
ADD COLUMN sslcertck boolean NULL DEFAULT true;
1 change: 1 addition & 0 deletions SQL/postgres/2022102000.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE fetchmail ADD "sslcertck" boolean NULL DEFAULT true;

0 comments on commit 466bf79

Please sign in to comment.