Skip to content

Fix noisy Postgres ALTER TABLE errors in DB init#236

Merged
michaelchu merged 1 commit intomainfrom
claude/new-session-cwnHS
Feb 28, 2026
Merged

Fix noisy Postgres ALTER TABLE errors in DB init#236
michaelchu merged 1 commit intomainfrom
claude/new-session-cwnHS

Conversation

@michaelchu
Copy link
Copy Markdown
Member

Use ADD COLUMN IF NOT EXISTS for PostgreSQL to avoid
"column already exists" errors for defaultOpen and waitForAnswer
columns that are already in the CREATE TABLE definition.

https://claude.ai/code/session_014D8iBWkvdrS4G6PrPTG3YN

Use ADD COLUMN IF NOT EXISTS for PostgreSQL to avoid
"column already exists" errors for defaultOpen and waitForAnswer
columns that are already in the CREATE TABLE definition.

https://claude.ai/code/session_014D8iBWkvdrS4G6PrPTG3YN
@michaelchu michaelchu merged commit d15b852 into main Feb 28, 2026
8 checks passed
@michaelchu michaelchu deleted the claude/new-session-cwnHS branch February 28, 2026 01:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants