Currently, during development, I use this value: buildSchema(ForeignKeys=true)
However, when we go to production, we don't want to use that. The way I've got it set up is using Spring and PropertyPlaceholderConfigurer (we put "buildSchema(ForeignKeys=true)" in a properties file). Now, is there another value I can use for that setting that just validates the schema? Or, is there a value that will just do nothing? Thanks, James