- PPM Changes
- fixed Save Confirmation – set flag to false before Query execution so that it forces state to saved
- unable to duplicate Project Names disappearing from Create Project Panel….
- dump current database schema and data to ProjPortfolioMgr server – webapp/scripts/project_portfolio_01042011.sql
- copied project_portfolio database to project_portfolio_01042011
- working on DBMgmtUtils….
- forcing foreign key updates
- ALTER TABLE table1 ADD
CONSTRAINT fk_keyfield
FOREIGN KEY(keyfield)
REFERENCES table2(keyfield)
ON DELETE REJECT
ON UPDATE CASCADE
- ALTER TABLE table1 ADD
