Skip to content

Commit 733d789

Browse files
committed
🏗️ Complete migration script
1 parent 552c643 commit 733d789

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

som_polissa/migrations/5.0.24.10.0/post-0001_ocultar_columna_autoconsum_i_mostrar_tipus_seccio.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ def up(cursor, installed_version):
1111

1212
# UPDATAR UNA PART DE L'XML (POSAR LA ID)
1313
logger.info("Updating XMLs")
14-
list_of_records = ["view_giscedata_polissa_tree_inherit"]
14+
list_of_records = [
15+
"view_giscedata_polissa_tree_inherit",
16+
"view_giscedata_polissa_cau_tree",
17+
"view_giscedata_polissa_endarrerida_tree",
18+
]
1519
load_data_records(
1620
cursor, "som_polissa", "giscedata_polissa_view.xml", list_of_records, mode="update"
1721
)

0 commit comments

Comments
 (0)