libreccm-legacy/ccm-cms/sql/ccm-cms
jensp f55df351b5 Fixed several upgrade scripts to make them compatible with Oracle. Oracle does not understand ALTER TABLE ADD COLUMN, for PostgreSQL the "COLUMN" is optional. Therefore we removed the "COLUMN" from all these statements.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3028 8810af33-2d31-482b-a856-94f89814c4df
2014-12-10 10:12:12 +00:00
..
default Fixed several upgrade scripts to make them compatible with Oracle. Oracle does not understand ALTER TABLE ADD COLUMN, for PostgreSQL the "COLUMN" is optional. Therefore we removed the "COLUMN" from all these statements. 2014-12-10 10:12:12 +00:00
oracle-se Some more changes for the ccm-cms-6.6.6-6.6.7 upgrade for Oracle 2014-12-09 19:06:02 +00:00
postgres Modified upgrade ccm-cms-6.6.6-6.6.7. The definition of the column is_default which is added to the table section_workflow_template_map by this upgrade differs between PostgreSQL and Oracle (see generated DDL files). Created distict SQL files for PostgreSQL and Oracle which are creating the table with same definitions as in the generated DDL files. 2014-12-09 16:11:04 +00:00
upgrade Modified upgrade ccm-cms-6.6.6-6.6.7. The definition of the column is_default which is added to the table section_workflow_template_map by this upgrade differs between PostgreSQL and Oracle (see generated DDL files). Created distict SQL files for PostgreSQL and Oracle which are creating the table with same definitions as in the generated DDL files. 2014-12-09 16:11:04 +00:00
oracle-se-create.sql Fixed various table and column names to adhere to Oracle restrinctions. 2014-12-07 10:41:34 +00:00
oracle-se-drop.sql Initiale Version 2008-02-04 11:59:05 +00:00
postgres-create.sql Fixed various table and column names to adhere to Oracle restrinctions. 2014-12-07 10:41:34 +00:00
postgres-drop.sql Initiale Version 2008-02-04 11:59:05 +00:00