First Commit - Source Code from Reply
This commit is contained in:
11
dbcmnpsrc/FE/mnpapp/script/dbUpDate/KitLuglio10/dbcDDL.sql
Normal file
11
dbcmnpsrc/FE/mnpapp/script/dbUpDate/KitLuglio10/dbcDDL.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
--Eseguire come utente MNP
|
||||
|
||||
-- inserimento campi per gestione processo simulato per donor e rec virtuale --
|
||||
|
||||
drop materialized view log on MNP_GESTIONE_RICHIESTA ;
|
||||
|
||||
ALTER TABLE MNP_GESTIONE_RICHIESTA ADD(SIMULATO VARCHAR2(1) DEFAULT 'N' not NULL );
|
||||
|
||||
create materialized view log on MNP_GESTIONE_RICHIESTA WITH ROWID, PRIMARY KEY ;
|
||||
|
||||
ALTER TABLE MNP_GEST_RICH_REC_VIRT ADD(SIMULATO VARCHAR2(1) DEFAULT 'N' not NULL);
|
||||
Reference in New Issue
Block a user