OMOP/extras/v53_v54_conversion
AnthonyMolinaro c4ab611981
Update bigquery_migration.sql
2022-03-04 13:08:46 -05:00
..
README.txt CDM v5.3 to v5.4 conversion scripts, initial commit 2022-01-06 16:08:16 -05:00
bigquery_migration.sql Update bigquery_migration.sql 2022-03-04 13:08:46 -05:00
impala_migration.sql Update impala_migration.sql 2022-03-04 13:08:30 -05:00
netezza_migration.sql Update netezza_migration.sql 2022-03-04 13:07:48 -05:00
oracle_migration.sql Update oracle_migration.sql 2022-03-04 13:07:29 -05:00
postgresql_migration.sql Update postgresql_migration.sql 2022-03-04 13:07:10 -05:00
redshift_migration.sql Update redshift_migration.sql 2022-03-04 13:00:26 -05:00
sqlserver_migration.sql Update sqlserver_migration.sql 2022-03-04 13:05:50 -05:00

README.txt

README
------

v5.3 to v5.4 CDM conversion

NOTES
-----

The *_v53_to_v54_migration.sql scripts are SQL scripts that migrate a v5.3 CDM to a v5.4 CDM.
The changes implemented are found here: http://ohdsi.github.io/CommonDataModel/cdm54Changes.html.
Please replace @cdmDatabaseSchema with your schema name.
Links to database documentation are included in each script to facilitate debugging.