1
0
Fork 0
mirror of https://github.com/maziggy/bambuddy.git synced 2026-05-09 08:25:54 +02:00

[PR #215] [MERGED] Fix missing sliced_for_model migration (Issue #211) #962

Closed
opened 2026-05-07 00:15:12 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/maziggy/bambuddy/pull/215
Author: @maziggy
Created: 2/1/2026
Status: Merged
Merged: 2/1/2026
Merged by: @maziggy

Base: mainHead: hotfix/issue-211


📝 Commits (2)

  • 9b27b0a Fix missing sliced_for_model migration (Issue #211)
  • 237ae27 Merge branch 'main' into hotfix/issue-211

📄 Description

Fix missing sliced_for_model migration (Issue #211)

The sliced_for_model column was added to the PrintArchive model for
model-based queue assignment but the database migration was missing.

This caused upgrades from 0.1.6b11 to 0.1.6 to fail with:
"no such column: print_archives.sliced_for_model"

Users' data was not deleted - just inaccessible due to query failures.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/maziggy/bambuddy/pull/215 **Author:** [@maziggy](https://github.com/maziggy) **Created:** 2/1/2026 **Status:** ✅ Merged **Merged:** 2/1/2026 **Merged by:** [@maziggy](https://github.com/maziggy) **Base:** `main` ← **Head:** `hotfix/issue-211` --- ### 📝 Commits (2) - [`9b27b0a`](https://github.com/maziggy/bambuddy/commit/9b27b0a503aa46e806b8edda6b75276f81dc5d81) Fix missing sliced_for_model migration (Issue #211) - [`237ae27`](https://github.com/maziggy/bambuddy/commit/237ae273fa44ef2b6859c7b5f6472aa6d64f3422) Merge branch 'main' into hotfix/issue-211 ### 📄 Description Fix missing sliced_for_model migration (Issue #211) The sliced_for_model column was added to the PrintArchive model for model-based queue assignment but the database migration was missing. This caused upgrades from 0.1.6b11 to 0.1.6 to fail with: "no such column: print_archives.sliced_for_model" Users' data was not deleted - just inaccessible due to query failures. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:15:12 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bambuddy-maziggy-1#962
No description provided.