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

Add database migration #57

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open

Add database migration #57

wants to merge 18 commits into from

Conversation

Gr33ndev
Copy link
Contributor

@Gr33ndev Gr33ndev commented Jan 16, 2023

In the future, any PR that changes stored data must also adapt the corresponding changelog under src/main/resources/db/changelog/changelog-<version>.sql.
New versions should also use a new changelog instead of appending to an old one.
For details on how to keep the changelog up to date, consult the docs.
Part of Gamify-IT/issues#439.
Replaces #18.

@Gr33ndev Gr33ndev requested a review from delvh January 16, 2023 23:10
@Gr33ndev Gr33ndev self-assigned this Jan 16, 2023
@delvh delvh changed the title add liquibase Add database migration Mar 2, 2023
@delvh

This comment was marked as resolved.

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
54 New Bugs (required ≤ 10)
E Reliability Rating on New Code (required ≥ A)
20 New Code Smells (required ≤ 15)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

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.

2 participants