This is Queweb application database scripts directory.

Database Versionning
~~~~~~~~~~~~~~~~~~~~
See the corresponding section in 
    svnroot/core/3.0u/trunk/qwcore/misc/sql/readme.txt

Scripts Organisation
~~~~~~~~~~~~~~~~~~~~
See the corresponding section in 
    svnroot/core/3.0u/trunk/qwcore/misc/sql/readme.txt

Database Change Order
~~~~~~~~~~~~~~~~~~~~~
See the corresponding section in 
    svnroot/core/3.0u/trunk/qwcore/misc/sql/readme.txt
With the following corrections:
6. In all [rdbms]/update directories the file vXXX_to_vYYY.sql must contain the following query as 
the last statement (of course the new version number must be specified in place of YYY):
    UPDATE QX_SYS_PROP SET PROP_VAL = 'YYY' WHERE (PROP_ID = 'DB_APP_VERSION')
7. In all [rdbms] directories the file 5.framework-data_vXXX.sql must be renamed (similarly to step 2) 
to 5.framework-data_vYYY.sql and the following query in it must be amended:
    insert into QX_SYS_PROP (PROP_ID, PROP_VAL, DESCRIPTION) values ('DB_APP_VERSION', 'XXX', 'Application database version. Do not modify');
to contain 'YYY' instead of 'XXX'
