Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TAM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Labrador
TAM
Merge requests
!247
Add Liquibase Migrations + Instructions/Templates for Future
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Add Liquibase Migrations + Instructions/Templates for Future
add-migrations
into
dev
Overview
0
Commits
5
Pipelines
9
Changes
6
Merged
Add Liquibase Migrations + Instructions/Templates for Future
Timur Oberhuber
requested to merge
add-migrations
into
dev
Dec 23, 2022
Overview
0
Commits
5
Pipelines
9
Changes
6
WARNING
: I HAVE NEVER WRITTEN MIGRATIONS BEFORE, SO PLEASE REVIEW THOROUGHLY!
Added Liquibase Migrations
Added Instructions for Easy Set-Up in Future.
0
0
Merge request reports
Compare
dev
version 3
66a995e7
Jan 12, 2023
version 2
7648909a
Jan 12, 2023
version 1
d2713dca
Dec 23, 2022
dev (base)
and
latest version
latest version
a861aa1a
5 commits,
Jan 12, 2023
version 3
66a995e7
4 commits,
Jan 12, 2023
version 2
7648909a
3 commits,
Jan 12, 2023
version 1
d2713dca
2 commits,
Dec 23, 2022
6 files
+
141
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
src/main/resources/application.template.yaml
+
2
−
0
View file @ a861aa1a
Edit in single-file editor
Open in Web IDE
Show full file
@@ -47,8 +47,10 @@ spring:
liquibase
:
change-log
:
"
classpath:/changelog-master.yaml"
enabled
:
true
datasource
:
# url: jdbc:h2:file:./devdb1;DATABASE_TO_UPPER=false
url
:
jdbc:h2:mem:devdb
h2
:
Loading