Revert bd-191: Remove merged_into schema field
Use simpler approach for bd-190 merge feature: - Close merged issues with reason 'Merged into bd-X' - No schema changes or migrations needed - Parseable close reason is cleaner than separate field Also updated merge epic child issues with simplified design.
This commit is contained in:
9189
.beads/issues.jsonl
9189
.beads/issues.jsonl
File diff suppressed because one or more lines are too long
@@ -436,6 +436,8 @@ func migrateCompactedAtCommitColumn(db *sql.DB) error {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// getNextIDForPrefix atomically generates the next ID for a given prefix
|
// getNextIDForPrefix atomically generates the next ID for a given prefix
|
||||||
// Uses the issue_counters table for atomic, cross-process ID generation
|
// Uses the issue_counters table for atomic, cross-process ID generation
|
||||||
func (s *SQLiteStorage) getNextIDForPrefix(ctx context.Context, prefix string) (int, error) {
|
func (s *SQLiteStorage) getNextIDForPrefix(ctx context.Context, prefix string) (int, error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user