Project:
View Revisions: Issue #34037 | [ Back to Issue ] | ||
Summary | 0034037: Is not possible to export the removal of an index into a configuration script | ||
Revision | 2016-10-13 19:24 by caristu | ||
Steps To Reproduce | 1) Create a configuration script[1] and set it as in development 2) Edit the name of an existing index, for example: DROP INDEX a_amortization_posted 3) Execute ant export.config.script in order to export the change into the newly created config script. Notice that the change is not exported, the following messages can be seen in the log: [exportconfigscript] 34363 INFO - Changes that couldn't be exported to the config script: [exportconfigscript] 34379 INFO - ******************************************************* [exportconfigscript] 34390 INFO - RemoveIndexChange. Name: A_AMORTIZATION_POSTED [1] http://wiki.openbravo.com/wiki/ERP_2.50:Developers_Guide/How_To_Create_a_Configuration_Script [^] |
||
Revision | 2016-10-13 19:24 by caristu | ||
Description | Currently is not possible to export the removal of an index into a configuration script. | ||
Revision | 2016-09-20 13:33 by caristu | ||
Steps To Reproduce | 1) Create a configuration script[1] and set it as in development 2) Edit the name of an existing index, for example: ALTER INDEX a_amortization_posted RENAME TO a_amortization_postedd 3) Execute ant export.config.script in order to export the changes into the newly created config script. Notice that the changes are not exported, the following messages can be seen in the log: [exportconfigscript] 34363 INFO - Changes that couldn't be exported to the config script: [exportconfigscript] 34379 INFO - ******************************************************* [exportconfigscript] 34390 INFO - RemoveIndexChange. Name: A_AMORTIZATION_POSTED [exportconfigscript] 34401 INFO - AddIndexChange. Name: A_AMORTIZATION_POSTEDD [1] http://wiki.openbravo.com/wiki/ERP_2.50:Developers_Guide/How_To_Create_a_Configuration_Script [^] |
||
Revision | 2016-09-20 13:33 by caristu | ||
Description | Currently is not possible to export a change done in a index into a configuration script. |
Copyright © 2000 - 2009 MantisBT Group |