fix dump_schema.sh

This commit is contained in:
Dull Bananas 2024-02-16 23:23:52 +00:00
parent 11ebc8117f
commit 9cd6e778f9

View File

@ -3,7 +3,7 @@ set -e
# Dumps database schema, not including things that are added outside of migrations
source CWD="$(cd -P -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd -P)"
CWD="$(cd -P -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd -P)"
cd $CWD/../