9607ed3266
This reverts commit 3d46c8a5d9
.
In the last commit, the foreign key constraints between the project
table and other tables were dropped, which allows us to restore the
configurability of the resource driver.
Change-Id: Iba4951e2d3965be5acec705385967d312456f1c7
7 lines
206 B
YAML
7 lines
206 B
YAML
---
|
|
features:
|
|
- |
|
|
Restores the configurability of the resource driver, so it is now possible
|
|
to create a custom resource driver if the built-in sql driver does not meet
|
|
business requirements.
|