We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
environments: development: dataSources: dataSource: username: <a_name> password: <a_pass> driverClassName: org.postgresql.Driver dbCreate: none url: <jdbc link to DB> initialize: false hibernate: dialect: net.kaleidos.hibernate.PostgresqlExtensionsDialect default_schema: default
class Staff { Boolean isCurrent String name static mapping = { table schema: 'other_than_default' id generator: 'sequence', params: [sequence: 'staff_seq'] version false } }
grails dbm-gorm-diff --defaultSchema=default
The plugin shouldn't create migrations for the new domain class
The plugin generates migrations for the new domain class
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to Reproduce
Expected Behaviour
The plugin shouldn't create migrations for the new domain class
Actual Behaviour
The plugin generates migrations for the new domain class
Environment Information
The text was updated successfully, but these errors were encountered: