We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def9106 commit bcb3392Copy full SHA for bcb3392
auth_session_timeout/migrations/17.0.1.0.0/pre-migration.py
@@ -1,9 +1,9 @@
1
-def migrate(env, version):
+def migrate(cr, version):
2
"""
3
Updates the 'inactive_session_time_out_ignored_url' parameter
4
in the 'ir_config_parameter' table during migration.
5
6
- env.cr.execute(
+ cr.execute(
7
8
UPDATE ir_config_parameter
9
SET value = '/calendar/notify,/websocket'
0 commit comments