Skip to content
Snippets Groups Projects
Commit abc8cd76 authored by Henrik Teksle Sandok's avatar Henrik Teksle Sandok
Browse files

Merge branch 'feat/database-test-data' into 'master'

feat/Test data is added to database when it is not present

See merge request !96
parents 3b7e625d ca0ec438
No related branches found
No related tags found
1 merge request!96feat/Test data is added to database when it is not present
Pipeline #285337 canceled
......@@ -15,8 +15,9 @@ spring:
defer-datasource-initialization: true
sql:
init:
mode: always
mode: always
continue-on-error: true
data-locations: classpath:data.sql
mail:
host: smtp.gmail.com
port: 587
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment