mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-30 20:28:26 +00:00
Add a flag to imap settings to enable/disable oauth2 scheme
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
ALTER TABLE `userimap`
|
||||
ADD COLUMN (`imap_oauth2` boolean);
|
||||
|
||||
UPDATE `userimap` SET `imap_oauth2` = false;
|
||||
|
||||
ALTER TABLE `userimap`
|
||||
MODIFY `imap_oauth2` boolean NOT NULL;
|
Reference in New Issue
Block a user