Fix: handle uuid fields created under mariadb and Django 4 (#8034)

This commit is contained in:
shamoon 2024-10-28 06:54:16 -07:00 committed by GitHub
parent 335c6c3820
commit 28fdb170bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 128 additions and 7 deletions

View file

@ -14,7 +14,8 @@ for command in decrypt_documents \
document_thumbnails \
document_sanity_checker \
document_fuzzy_match \
manage_superuser;
manage_superuser \
convert_mariadb_uuid;
do
echo "installing $command..."
sed "s/management_command/$command/g" management_script.sh > /usr/local/bin/$command