-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
Describe the bug
When upgrading from 0.27.5 to 0.30.2, I get the following error when running php artisan migrate:
Illuminate\Database\QueryException : SQLSTATE[42000]: Syntax error or access violation: 1091 Can't DROP 'id'; check that column/key exists (SQL: alter table `joint_permissions` drop `id`)
Steps To Reproduce
Steps to reproduce the behavior:
- Have installation of 0.27.5
- Attempt upgrade using
git pull origin release && composer install --no-dev && php artisan migrate
Expected behavior
Completion of migration to 0.30.2
Your Configuration (please complete the following information):
- Exact BookStack Version (Found in settings): 0.30.2 (from 0.27.5)
- PHP Version: 7.2.33
- Hosting Method (Nginx/Apache/Docker): Apache
Additional context
Add any other context about the problem here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
