File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,7 @@ Bugfixes
24
24
--------
25
25
- `#5197 <https://github.com/rasahq/rasa/issues/5197 >`_: Fixed incompatibility of Oracle with the :ref: `sql-tracker-store `, by using a ``Sequence ``
26
26
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.
29
28
30
29
Improved Documentation
31
30
----------------------
Original file line number Diff line number Diff line change @@ -78,8 +78,6 @@ SQLTrackerStore
78
78
- Oracle > 11.0
79
79
- SQLite
80
80
81
- .. _oracle-configuration :
82
-
83
81
:Oracle Configuration:
84
82
To use the SQLTrackerStore with Oracle, there are a few additional steps.
85
83
First, create a database ``tracker `` in your Oracle database and create a user with access to it.
You can’t perform that action at this time.
0 commit comments