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
parent 785f3589ab
commit 6002500bc0
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(),