INFO! The JDL is being parsed.
Error: Having 'no' as databaseType requires that devDatabaseTypes and prodDatabaseTypes values are also 'no'.
Error while parsing applications and entities from the JDL Error: Having 'no' as databaseType requires that devDatabaseTypes and prodDatabaseTypes values are also 'no'.
Error: Having 'no' as databaseType requires that devDatabaseTypes and prodDatabaseTypes values are also 'no'.
at checkForInvalidDatabaseCombinations (/usr/local/lib/node_modules/jhipster-core/lib/exceptions/application_validator.js:141:11)
Motivation for or Use Case
Unless I'm missing something, it seems like having to put devDatabaseType no and prodDatabaseType no is redundant.
Related issues or PR
[X] Checking this box is mandatory (this is just to show you read everything)
Overview of the feature request
Now that
databaseType
logic has been updated in https://github.com/jhipster/jhipster-core/commit/a9223765a888b8a7746c6222eddb3255b22c163c, if a user has the following JDL:It will error out with:
Motivation for or Use Case
Unless I'm missing something, it seems like having to put
devDatabaseType no
andprodDatabaseType no
is redundant.Related issues or PR