Skip to content
New issue

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

ddl-generator - Add DbMigration.addPlatform(Platform) with default sub-directory based on Platform #2283

Closed
rbygrave opened this issue Aug 2, 2021 · 0 comments
Assignees
Milestone

Comments

@rbygrave
Copy link
Member

rbygrave commented Aug 2, 2021

DbMigration migration = DbMigration.create();
// migration.setPathToResources("src/main/resources");
   
migration.addPlatform(Platform.POSTGRES);
migration.addPlatform(Platform.MYSQL);
   
migration.generateMigration();
@rbygrave rbygrave self-assigned this Aug 2, 2021
@rbygrave rbygrave added this to the 12.11.0 milestone Aug 2, 2021
rbygrave added a commit that referenced this issue Aug 2, 2021
@rbygrave rbygrave closed this as completed Aug 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant