Project:
View Revisions: Issue #34102 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0034102: Update.database and Install.Source tasks should use the same flow to create the database and the db model | ||
Revision | 2016-09-27 16:49 by caristu | ||
Steps To Reproduce | 1) Create a new Template and place the attached configuration script into the src-db/database folder. Notice that the config script is intended to turn into false the required property of the C_CURRENCY_ID column in the A_AMORTIZATION_TABLE 2) Run install.source. Notice that the C_CURRENCY_ID is still mandatory --> check the database: the change has NOT been applied 3) Run ant update.database. Notice that the C_CURRENCY_ID is not mandatory --> check the database: the change has been applied |
||
Revision | 2016-09-27 16:49 by caristu | ||
Steps To Reproduce | 1) Create a new Template and place the attached configuration script into the src-db/database folder. Notice that the config script is intended to turn into false the required property of the C_CURRENCY_ID column in the A_AMORTIZATION_TABLE 2) Run install.source. Notice that the C_CURRENCY_ID is still mandatory --> the change has NOT been applied 3) Run ant update.database. Notice that the C_CURRENCY_ID is not mandatory --> the change has been applied |
||
Revision | 2016-09-27 16:47 by caristu | ||
Steps To Reproduce | 1) Create a new Template and place the attached configuration script into the src-db/database folder. Notice that the config script is intended to turn into false the required property of the C_CURRENCY_ID column in the A_AMORTIZATION_TABLE 2) Run install.source. Notice that the C_CURRENCY_ID is still mandatory --> the change has NOT been applied 3) Run ant update.database. Notice that the C_CURRENCY_ID is not mandatory --> the change has been applied |
Copyright © 2000 - 2009 MantisBT Group |