BF1977318 R_ISSUERECOMMENDATION.R_IssueRecommendation_ID wrong
This commit is contained in:
parent
3e4d61ae9a
commit
3590fda81b
|
@ -0,0 +1,10 @@
|
||||||
|
-- Jun 2, 2008 9:43:00 PM EST
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
UPDATE AD_Column SET FieldLength=22, IsUpdateable='N',Updated=TO_DATE('2008-06-02 21:43:00','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=14866
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:43:14 PM EST
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
ALTER TABLE R_IssueRecommendation MODIFY R_IssueRecommendation_ID NUMBER(10) NOT NULL
|
||||||
|
;
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
-- Jun 2, 2008 9:43:00 PM EST
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
UPDATE AD_Column SET FieldLength=22, IsUpdateable='N',Updated=TO_TIMESTAMP('2008-06-02 21:43:00','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=14866
|
||||||
|
;
|
||||||
|
|
||||||
|
-- Jun 2, 2008 9:43:14 PM EST
|
||||||
|
-- Default comment for updating dictionary
|
||||||
|
ALTER TABLE R_IssueRecommendation DROP COLUMN R_IssueRecommendation_ID
|
||||||
|
;
|
||||||
|
ALTER TABLE R_IssueRecommendation ADD COLUMN R_IssueRecommendation_ID NUMERIC(10) NOT NULL
|
||||||
|
;
|
Loading…
Reference in New Issue