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

Use testcontainers for jooq generation setup #1140

Closed

Conversation

juherr
Copy link
Contributor

@juherr juherr commented May 8, 2023

To enable it, just add run:
mvn -Pdev,testcontainers package

Optionally, all V0 migrations are merged into the same baseline and can be used to avoid the need to grant privileges to the db user (Fix #956).

To enable it, just add run:
mvn -Pdev,testcontainers -Ddb.baseline=V1 package

It should help new users to bootstrap the project more easily.

@juherr
Copy link
Contributor Author

juherr commented May 30, 2023

Ping @goekay
WDYT?

@juherr
Copy link
Contributor Author

juherr commented Jun 7, 2023

@juherr
Copy link
Contributor Author

juherr commented May 17, 2024

Partially replaced by #1455

@juherr juherr closed this May 17, 2024
@juherr juherr deleted the feature/schema-generation branch May 17, 2024 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add V1 baseline migration in order to avoid SUPER privilege need from 0.x schema version
1 participant