Skip to content

chore(local-db): add migration for icon_url column#1388

Merged
saddlepaddle merged 1 commit into
mainfrom
add-icon-migration
Feb 11, 2026
Merged

chore(local-db): add migration for icon_url column#1388
saddlepaddle merged 1 commit into
mainfrom
add-icon-migration

Conversation

@saddlepaddle
Copy link
Copy Markdown
Collaborator

@saddlepaddle saddlepaddle commented Feb 11, 2026

Summary

Test plan

  • Fresh install: migration runs and icon_url column is created
  • Existing install: migration applies cleanly on top of 0020

Summary by CodeRabbit

  • New Features
    • Projects can now display custom icons for improved visual organization and identification within your workspace.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Feb 11, 2026

📝 Walkthrough

Walkthrough

This pull request introduces a database migration that adds a new icon_url text column to the projects table. The migration includes an SQL script, an updated schema snapshot reflecting the change, and a corresponding journal entry documenting the migration version.

Changes

Cohort / File(s) Summary
Database Migration
packages/local-db/drizzle/0021_add_image_project.sql
SQL migration script adding a text column icon_url to the projects table.
Schema Snapshot & Journal
packages/local-db/drizzle/meta/0021_snapshot.json, packages/local-db/drizzle/meta/_journal.json
Updated database schema snapshot (version 6) reflecting the new icon_url column in the projects table and a new journal entry documenting migration version 6 with tag "0021_add_image_project".

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Possibly related PRs

Poem

🐰 A carrot of icons now stored in our db,
Projects can show their pretty faces, you see!
One column, one migration, so simple and clean,
The most charming schema we've ever seen! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The pull request title clearly and accurately describes the main change: adding a Drizzle migration for the icon_url column.
Description check ✅ Passed The pull request description provides a clear summary and test plan, though it deviates from the template structure by using a custom 'Summary' section instead of the template's 'Description' section.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch add-icon-migration

No actionable comments were generated in the recent review. 🎉


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 11, 2026

🧹 Preview Cleanup Complete

The following preview resources have been cleaned up:

  • ✅ Neon database branch
  • ✅ Electric Fly.io app
  • ✅ Streams Fly.io app

Thank you for your contribution! 🎉

@saddlepaddle saddlepaddle merged commit bef1faa into main Feb 11, 2026
10 of 15 checks passed
@Kitenite Kitenite deleted the add-icon-migration branch February 11, 2026 17:59
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.

1 participant