Skip to content
Snippets Groups Projects
Verified Commit b73d7c7a authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge remote-tracking branch 'origin/master' into...

Merge remote-tracking branch 'origin/master' into 645-extends-must-be-the-first-tag-in-the-template-ticket-751089
parents f7455ffb 095a7995
No related branches found
No related tags found
1 merge request!960Resolve "extends must be the first tag in the template. [Ticket#751089]"
Pipeline #53915 passed
......@@ -13,6 +13,7 @@ Fixed
~~~~~
* Inviting newly created persons for registration failed
* [Docker] Do not clear cache in migration container die to session invalidation issues
* Notification email about user changes was broken
`2.7.3`_ - 2022-02-03
......
......@@ -48,11 +48,7 @@ wait_database() {
prepare_database() {
# Migrate database; should only be run in app container or job
if aleksis-admin migrate --check >/dev/null 2>&1; then
aleksis-admin migrate && \
aleksis-admin clear_cache && \
aleksis-admin createinitialrevisions
fi
aleksis-admin migrate && aleksis-admin createinitialrevisions
}
# Wait for database to be reachable under all conditions
......
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