mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-18 16:52:04 +02:00
6 lines
157 B
SQL
6 lines
157 B
SQL
-- deactivate mail template
|
|
UPDATE mail_template
|
|
SET mail_server_id = NULL;
|
|
-- deactivate fetchmail server
|
|
UPDATE fetchmail_server
|
|
SET active = false;
|