feat(project): add icon_url_override field to projects (#23955)
This commit is contained in:
parent
785f3589ab
commit
6002500bc0
10 changed files with 1545 additions and 77 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue