Commit c484706b authored by awarekar's avatar awarekar

SCM setting related changes (Customer Series Credit- w_cust_ser_credit ) Suggested by KB sir

1. Drop column level_code__hier.
2. Add new column pos_code.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@189887 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 29b4c282
...@@ -99,3 +99,9 @@ commit; ...@@ -99,3 +99,9 @@ commit;
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('customer','1','cust_type',null); Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('customer','1','cust_type',null);
---Customer master---[END] added by Pooja S on 23/08/18 ---Customer master---[END] added by Pooja S on 23/08/18
-- Customer master---[START] added by AMEY W on 27/08/18
alter table customer_series drop column level_code__hier;
ALTER TABLE customer_series ADD pos_code char(10);
-- Customer master---[END] added by AMEY W on 27/08/18
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment