Fix native install schema gaps (closes #20)
Mirror to GitHub / mirror (push) Successful in 1m38s
Test and Lint / backend-test (push) Successful in 1m44s
Test and Lint / frontend-test (push) Successful in 2m12s
Version and Release / version-bump (push) Failing after 1m20s
Version and Release / trigger-drone (push) Has been skipped

This commit is contained in:
2025-09-18 12:40:52 +02:00
parent 1d8be3d840
commit 097ce2c205
4 changed files with 91 additions and 2 deletions
+1
View File
@@ -292,6 +292,7 @@ sudo systemctl stop picpeak-backend picpeak-workers
sudo systemctl restart picpeak-backend picpeak-workers
# Update PicPeak
# (reruns migrations to pick up schema fixes for native installs)
sudo ./setup.sh --update
```