Changeset 107303c for database/drizzle
- Timestamp:
- 12/28/25 02:27:01 (7 months ago)
- Branches:
- main
- Children:
- 67186d2
- Parents:
- 6ce6739 (diff), 3216215 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
database/drizzle/queries/components.ts (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
database/drizzle/queries/components.ts
r6ce6739 r107303c 50 50 51 51 const components = await db 52 .select({ 53 id: componentsTable.id, 54 name: componentsTable.name, 55 brand: componentsTable.brand, 56 price: componentsTable.price, 57 imgUrl: componentsTable.imgUrl 58 }) 52 .select() 59 53 .from(componentsTable) 60 54 .where(
Note:
See TracChangeset
for help on using the changeset viewer.
