generated from coop-cloud/example
bump vendored config & autoformat
This commit is contained in:
parent
8bac424b47
commit
85324a477c
4
abra.sh
4
abra.sh
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user