The column was added to the create_table migration after it had already been applied, so the live DB was missing it. This new migration adds the column and index separately. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The column was added to the create_table migration after it had already been applied, so the live DB was missing it. This new migration adds the column and index separately. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>