Browse Source
Merge pull request #743 from Eficent/12.0-fix-base_location-migration-scripts
[12.0][FIX] base_location: migration scripts
pull/744/head
Pedro M. Baeza
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
base_location/migrations/12.0.1.0.0/post-migration.py
|
|
@ -9,6 +9,7 @@ from openupgradelib import openupgrade |
|
|
|
def migrate(env, version): |
|
|
|
column_name = openupgrade.get_legacy_name('better_zip_id') |
|
|
|
openupgrade.logged_query( |
|
|
|
env.cr, |
|
|
|
"ALTER TABLE res_city_zip ADD %s INTEGER", (AsIs(column_name), ), |
|
|
|
) |
|
|
|
openupgrade.logged_query( |
|
|
|