feat(project): add icon_url_override field to projects (#23955)

This commit is contained in:
Brendan Allan 2026-04-23 18:57:04 +08:00 committed by GitHub
commit 6002500bc0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 1545 additions and 77 deletions

View file

@ -8,6 +8,7 @@ export const ProjectTable = sqliteTable("project", {
vcs: text(),
name: text(),
icon_url: text(),
icon_url_override: text(),
icon_color: text(),
...Timestamps,
time_initialized: integer(),