Skip to content

Commit

Permalink
[FIX] Pre-migrate script
Browse files Browse the repository at this point in the history
  • Loading branch information
Robrecht committed Dec 12, 2024
1 parent def9106 commit bcb3392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auth_session_timeout/migrations/17.0.1.0.0/pre-migration.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
def migrate(env, version):
def migrate(cr, version):
"""
Updates the 'inactive_session_time_out_ignored_url' parameter
in the 'ir_config_parameter' table during migration.
"""
env.cr.execute(
cr.execute(
"""
UPDATE ir_config_parameter
SET value = '/calendar/notify,/websocket'
Expand Down

0 comments on commit bcb3392

Please sign in to comment.