diff Sphinx/source/developers/db-versioning.rst @ 1016:02e04288bbeb

pg-transactions
author Alain Mazy <am@osimis.io>
date Fri, 19 Jan 2024 15:53:17 +0100
parents 2e103fb1fa11
children a3436ae3709c
line wrap: on
line diff
--- a/Sphinx/source/developers/db-versioning.rst	Fri Jan 19 09:04:37 2024 +0100
+++ b/Sphinx/source/developers/db-versioning.rst	Fri Jan 19 15:53:17 2024 +0100
@@ -40,6 +40,11 @@
 *Note 2:* Starting with Orthanc 0.9.5, the option ``--upgrade`` must be provided
 on the command-line to allow Orthanc to upgrade the database schema.
 
+*Note 3:* Each DB plugin like (:ref:`PostgreSQL <postgresql>`,
+:ref:`MySQL <mysql>` or :ref:`ODBC <odbc>`) also maintains its own *revision*
+number.  The DB full version information is therefore the combination
+of the *version* and the *revision*.
+
 
 Early versions (pre-0.3.0)
 --------------------------