Move backend migration to abra.sh command

This commit is contained in:
3wc
2025-06-11 15:32:30 +01:00
parent 703c092e93
commit 1144f4fef3
4 changed files with 10 additions and 12 deletions

View File

@ -1,3 +1,11 @@
# Set any config versions here
# Docs: https://docs.coopcloud.tech/maintainers/handbook/#manage-configs
export NGINX_CONF_VERSION=v2
# environment() {
# # TODO: Add file_env here
# }
migrate() {
python manage.py migrate --noinput
}