mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-18 23:32:08 +02:00
4 lines
128 B
SQL
4 lines
128 B
SQL
-- disable generic payment provider
|
|
UPDATE payment_provider
|
|
SET state = 'disabled'
|
|
WHERE state NOT IN ('test', 'disabled');
|