mirror of
https://github.com/odoo/runbot.git
synced 2025-03-18 00:45:49 +07:00
5 lines
223 B
Python
5 lines
223 B
Python
![]() |
def migrate(cr, version):
|
||
|
cr.execute("ALTER TABLE runbot_merge_stagings "
|
||
|
"ADD COLUMN staging_end timestamp without time zone")
|
||
|
cr.execute("UPDATE runbot_merge_stagings SET staging_end = write_date")
|