Skip to content

Commit 91d699a

Browse files
committed
fix oracle changelog entry
1 parent b85ffc9 commit 91d699a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ Bugfixes
2424
--------
2525
- `#5197 <https://github.com/rasahq/rasa/issues/5197>`_: Fixed incompatibility of Oracle with the :ref:`sql-tracker-store`, by using a ``Sequence``
2626
for the primary key columns. This does not change anything for SQL databases other than Oracle.
27-
If you are using Oracle, please create a sequence with the instructions in the docs
28-
:ref:`oracle-configuration`.
27+
If you are using Oracle, please create a sequence with the instructions in the :ref:`sql-tracker-store` docs.
2928

3029
Improved Documentation
3130
----------------------

docs/api/tracker-stores.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ SQLTrackerStore
7878
- Oracle > 11.0
7979
- SQLite
8080

81-
.. _oracle-configuration:
82-
8381
:Oracle Configuration:
8482
To use the SQLTrackerStore with Oracle, there are a few additional steps.
8583
First, create a database ``tracker`` in your Oracle database and create a user with access to it.

0 commit comments

Comments
 (0)