Introduce units preference
This commit is contained in:
@@ -33,11 +33,13 @@ export const preferences = pgTable("preferences", {
|
||||
enabled: boolean;
|
||||
language: string;
|
||||
tone: string;
|
||||
units: "Imperial" | "Metric";
|
||||
}>()
|
||||
.$defaultFn(() => ({
|
||||
enabled: true,
|
||||
language: "English",
|
||||
tone: "Casual",
|
||||
units: "Metric",
|
||||
})),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user