Commit 1eaabe0
committed
fix(ci): upgrade bd CLI from v0.57.0 to v1.0.0 to fix crystallizes column error (gt-9wg)
TestSchedulerAutoConvoyCreation fails because bd@v0.57.0 references the
'crystallizes' column in its SELECT query, but migration 012 (included in
beads v1.0.0) drops that column from the issues table. Upgrading the bd
CLI to v1.0.0 aligns the binary with the go.mod library version, where
IssueSelectColumns no longer references the dropped column.1 parent 037a1e7 commit 1eaabe0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| |||
0 commit comments