If you create a new field for the tables T_DOC_DAT, T_MASTER_DAT, T_ORG_DAT, T_PAC_DAT or T_PRO_DAT, you have to add this new field to the view definition manually. | ||||||||||||||||||
Open the file <install_root>/axalant/db_util/oracle/sql/ddl_all_view.sql and add the field to the corresponding create statement of the view(s). Afterwards execute the file in sqlplus in order to create the views. | ||||||||||||||||||
|
||||||||||||||||||
|
||||||||||||||||||
If you create a new field for the entities EDB-DOCUMENT, EDB-ARTICLE, EDB-ORGANIZATION, EDB-PACKET or EDB-PROJECT, you have to add this new field to the view definition manually. | ||||||||||||||||||
Open file <install_root>/axalant/db_util/oracle/sql/ddl_all_view.sql and add the field to the corresponding create statement of the view(s). Afterwards execute the file in sqlplus in order to create the views. | ||||||||||||||||||
|