mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[WIP] signifyd v3
This commit is contained in:
@@ -11,3 +11,8 @@ def migrate(cr, version):
|
||||
WHERE signifyd_case_type IS NOT NULL
|
||||
SET signifyd_case_required = TRUE;
|
||||
''')
|
||||
|
||||
cr.execute('''
|
||||
ALTER TABLE signifyd_case
|
||||
RENAME COLUMN uuid TO ref;
|
||||
''')
|
||||
|
||||
Reference in New Issue
Block a user