Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
5917 Представления

Hi,

How to work with migration module 

<moduledir>

`-- migrations

|-- 1.0

| |-- pre-update_table_x.py

| |-- pre-update_table_y.py

| |-- post-clean-data.py

| `-- README.txt # not processed

|-- 5.0.1.1 # files in this folder will be executed only on a 5.0 server

| |-- pre-delete_table_z.py

| `-- post-clean-data.py

`-- foo.py # not processed

This similar structure is generated by the maintenance module with the migrations files get by

the maintenance contract

Help me out

Аватар
Отменить
Related Posts Ответы Просмотры Активность
0
окт. 15
3020
1
февр. 19
3934
4
янв. 18
8861
1
нояб. 15
5143
7
дек. 22
11983