Skip to content

Commit 50bf897

Browse files
rootclaude
authored andcommitted
Add missing post_tone_delay column migration
- Migration 027 adds post_tone_delay column to radio_systems table - Column was referenced in code but never created in database - Allows skipping first N seconds of audio before processing Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 94e7ae5 commit 50bf897

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

193 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE radio_systems ADD COLUMN post_tone_delay INTEGER DEFAULT 0;

0 commit comments

Comments
 (0)