Skip to content

Commit 7abd9eb

Browse files
dzungtran89lmignon
authored andcommitted
Forward migration scripts from OCA#309 OCA#328
1 parent 40ce0c9 commit 7abd9eb

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

File renamed without changes.

queue_job/migrations/13.0.3.7.0/pre-migration.py renamed to queue_job/migrations/15.0.1.1.0/pre-migration.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html)
22

3-
import logging
4-
53
from odoo.tools.sql import column_exists
64

7-
_logger = logging.getLogger(__name__)
8-
95

106
def migrate(cr, version):
117
if not column_exists(cr, "queue_job", "exec_time"):

0 commit comments

Comments
 (0)