codeconsole commented on code in PR #16095:
URL: https://github.com/apache/grails-core/pull/16095#discussion_r3759831209
##########
grails-forge/grails-forge-core/src/main/java/org/grails/forge/feature/database/GrailsDataMongoDB.java:
##########
@@ -34,6 +34,15 @@
@Singleton
public class GrailsDataMongoDB extends GormOneOfFeature {
+ private static final String DATABASE = "foo";
Review Comment:
@sbglasius I didn't come up with the naming. This whole PR was based off
the forge cli mongo feature which Puneet wrote in 2022. He came up with the
name foo, probably just as a placeholder because the feature failed if you
didn't have a mongo running anyhow.
Anyhow, good observation. I renamed it to be in line with the h2/sql side
of things in
05648ca
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]