add: color selection on dashboard
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user