Skip to content

Commit 9db4493

Browse files
dzungtran89guewen
authored andcommitted
Forward migration scripts from OCA#309 OCA#328
1 parent 192aef8 commit 9db4493

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

queue_job/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{
55
"name": "Job Queue",
6-
"version": "15.0.1.0.2",
6+
"version": "15.0.1.1.0",
77
"author": "Camptocamp,ACSONE SA/NV,Odoo Community Association (OCA)",
88
"website": "https://github.com/OCA/queue",
99
"license": "LGPL-3",
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)