forked from coop-cloud/outline
Compare commits
2 Commits
2.17.0+1.5
...
renovate/c
| Author | SHA1 | Date | |
|---|---|---|---|
| 7e05333158 | |||
| 68e529d369 |
7
abra.sh
7
abra.sh
@ -98,3 +98,10 @@ delete_duplicate_users() {
|
||||
delete_user_by_id "$USERID_OLD" "$USERID_NEW"
|
||||
done
|
||||
}
|
||||
|
||||
fix_collation_mismatch() {
|
||||
psql -U ${POSTGRES_USER} -d outline -c "ALTER DATABASE outline REFRESH COLLATION VERSION;"
|
||||
psql -U ${POSTGRES_USER} -d outline -c "REINDEX DATABASE outline;"
|
||||
psql -U ${POSTGRES_USER} -d postgres -c "ALTER DATABASE postgres REFRESH COLLATION VERSION;"
|
||||
psql -U ${POSTGRES_USER} -d postgres -c "REINDEX DATABASE postgres;"
|
||||
}
|
||||
|
||||
6
renovate.json
Normal file
6
renovate.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user