This commit is contained in:
Daniel Hutzel
2025-04-01 23:05:06 +02:00
parent c6432d1917
commit d1ce74d5dd

View File

@@ -1,5 +1,5 @@
const cds = require('@sap/cds/lib')
if (cds.requires.db.kind === 'sqlite') {
if (cds.requires.db?.kind === 'sqlite') {
// Add a column to the Genres table, to efficiently determine if a node
// is a leaf, and use it for DrillState in hierarchy queries.