diff Sphinx/source/faq/orthanc-storage.rst @ 738:b222924248f9

note
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 19 Jul 2021 18:41:47 +0200
parents e6386c012438
children 97e6a0431c5e
line wrap: on
line diff
--- a/Sphinx/source/faq/orthanc-storage.rst	Fri Jul 09 09:46:08 2021 +0200
+++ b/Sphinx/source/faq/orthanc-storage.rst	Mon Jul 19 18:41:47 2021 +0200
@@ -83,7 +83,9 @@
   that are `explained in the SQLite FAQ
   <https://www.sqlite.org/faq.html#q5>`__. Orthanc will stop if it
   receives the ``SQLITE_BUSY`` status.
-
+* The internal structure of the databases might evolve across
+  successive versions of Orthanc or of the database plugins.
+  
 As a consequence, it is **HIGHLY recommended NOT to directly access**
 the ``OrthancStorage`` folder and the SQLite/MySQL/PostgreSQL
 database. Use the :ref:`REST API <rest>` instead, which contains