Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0010732 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
design defect | [Openbravo ERP] 00. Application dictionary | minor | always | 2009-09-24 11:24 | 2012-09-10 16:04 | |||
Reporter | FrancescoFinamore | View Status | public | |||||
Assigned To | marvintm | |||||||
Priority | normal | Resolution | out of date | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Linux 32 bit | Database | PostgreSQL | Java version | 1.6.0_11 | |||
OS Version | rPath Linux | Database version | 8.3.5 | Ant version | 1.7.1 | |||
Product Version | 2.50MP5 | SCM revision | 2.50.14827 | |||||
Review Assigned To | ||||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0010732: Config Script problems | |||||||
Description | I have a module with type "Industry Template", I have launched this script on db : ALTER TABLE c_city ADD CONSTRAINT it_nomecitta UNIQUE(c_country_id, c_region_id, name); ALTER TABLE c_tax ALTER COLUMN isnotaxable SET NOT NULL; When i launch task "ant export.config.script" i have at the end of the log this message : Changes that couldn't be exported to the config script: ******************************************************* AddUniqueChange. Name: IT_NOMECITTA ColumnRequiredChange. Column: ISNOTAXABLE But if isn't possible, it's a big limit for a Config Script, i can't customize the existing tables . --- Added by rafaroda Besides, disabling or removing an existing unique constraint does not get reflected in the config.script. For instance, remove C_DOCTYPE_NAME unique constraint from C_DOC_TYPE table. | |||||||
Steps To Reproduce | 1) Create a Module with type Industry Template 2) Launch scripts : ALTER TABLE c_city ADD CONSTRAINT it_nomecitta UNIQUE(c_country_id, c_region_id, name); ALTER TABLE c_tax ALTER COLUMN isnotaxable SET NOT NULL; 3) ALTER TABLE C_DOCTYPE DISABLE CONSTRAINT C_DOCTYPE_NAME 4) Run script task "ant export.config.script" | |||||||
Tags | dev-platform-quick-wins | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |
Notes | |
(0051965) alostale (manager) 2012-09-10 16:04 |
*Required is already exported to config script *Unique cannot be exported as it is a new artifact that can be included in a module |
Issue History | |||
Date Modified | Username | Field | Change |
2009-09-24 11:24 | FrancescoFinamore | New Issue | |
2009-09-24 11:24 | FrancescoFinamore | Assigned To | => rafaroda |
2009-09-29 23:03 | psarobe | Assigned To | rafaroda => iciordia |
2009-09-29 23:03 | psarobe | Status | new => scheduled |
2010-10-07 09:52 | marvintm | Assigned To | iciordia => marvintm |
2010-12-10 09:16 | rafaroda | Description Updated | View Revisions |
2010-12-10 09:16 | rafaroda | Steps to Reproduce Updated | View Revisions |
2010-12-10 09:16 | rafaroda | Issue Monitored: rafaroda | |
2010-12-10 09:16 | rafaroda | Tag Attached: dev-platform-quick-wins | |
2012-05-08 16:37 | marvintm | Type | defect => design defect |
2012-09-10 16:04 | alostale | Note Added: 0051965 | |
2012-09-10 16:04 | alostale | Status | scheduled => closed |
2012-09-10 16:04 | alostale | Resolution | open => out of date |
Copyright © 2000 - 2009 MantisBT Group |