core-jgi/migration/processes_post_migration/oracle
Carlos Ruiz 24e9fe8402
IDEMPIERE-3862 ORACLE - Update datatype NVARCHAR2 to VARCHAR2 (#207)
There are two scripts in this commit:
* 202008040100_IDEMPIERE-3862.sql - updates the whole core as of today, changing the columns VARCHAR2...BYTE and NVARCHAR2 to VARCHAR2...CHAR
* 202008040114_IDEMPIERE-3862.sql - updates the non-core tables, same algorithm, the first script was generated using this second for the core
** in case somebody doesn't want the second script to run on their database can simply change the line 39 to ->dryrun varchar2(1) := 'Y';
2020-08-13 12:34:00 +08:00
..
01_add_missing_Translations.sql Updating database seeds to script 843 / minor fixes to certain oracle scripts to ease this task 2012-05-28 11:52:04 -05:00
02_SynchronizeTerminology.sql IDEMPIERE-3862 ORACLE - Update datatype NVARCHAR2 to VARCHAR2 (#207) 2020-08-13 12:34:00 +08:00
03_update_sequences.sql IDEMPIERE-3815 03_update_sequences.sql doesn't work when no sequence in oracle 2018-11-09 21:28:12 -02:00
04_role_access_update.sql IDEMPIERE-893 Use AD_InfoWindow_Access instead of DPViews for access to info windows / role access update 2013-06-18 22:22:00 -05:00