add: color selection on dashboard

This commit is contained in:
rasmusq
2025-12-19 19:33:43 +01:00
parent 22f9f8f0c9
commit b80ef2cfea
10 changed files with 128 additions and 14 deletions

View File

@@ -77,6 +77,7 @@ export const user = pgTable("user", {
password: text(),
username: text(),
dashboardTheme: text("dashboard_theme").default('none'),
dashboardColor: text("dashboard_color"),
}, (table) => [
unique("user_email_unique").on(table.email),
unique("user_username_unique").on(table.username),