to maintain the calendar settings - unreported bug

This commit is contained in:
kthiemann 2007-01-16 08:56:07 +00:00
parent c335e9c7ad
commit c4b17fafbd
1 changed files with 2 additions and 0 deletions

View File

@ -1269,6 +1269,8 @@ ALTER TABLE C_YEAR MODIFY (
FISCALYEAR VARCHAR2(10) DEFAULT NULL
);
UPDATE C_YEAR SET FISCALYEAR=YEAR;
ALTER TABLE C_YEAR
DROP (
YEAR