bump vendored config & autoformat

This commit is contained in:
decentral1se 2022-03-30 14:23:48 +02:00
parent 8bac424b47
commit 85324a477c
Signed by untrusted user: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
export APP_ENTRYPOINT_VERSION=v2
export APP_ENTRYPOINT_VERSION=v3
delete_user() {
if [ -z "$1" ] || [ -z "$2" ]; then
@ -19,7 +19,7 @@ delete_user() {
exit 1
fi
psql -U user outline <<- SQL
psql -U user outline <<- SQL
UPDATE documents SET "userId" = '$USERID_REPLACE' WHERE "userId" = '$USERID_REMOVE';
UPDATE documents SET "lastModifiedById" = '$USERID_REPLACE' WHERE "lastModifiedById" = '$USERID_REMOVE';
UPDATE documents SET "createdById" = '$USERID_REPLACE' WHERE "createdById" = '$USERID_REMOVE';