ironic/releasenotes/notes/sqlite-fk-8c87a308a02d49bf.yaml
Dmitry Tantsur 4b93ecd5db Enable foreign keys in SQLite
For backward compatibility reasons, they're off by default.

Fix all unit tests that rely on dangling foreign keys.

Change-Id: I54a45fab1aefc03b2252c655e14b375dea3d9f12
2021-12-15 14:58:53 +01:00

5 lines
87 B
YAML

---
upgrade:
- |
Foreign keys are now enabled when SQLite is used as a database.