Changes in / [6ce6739:107303c]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • database/drizzle/queries/components.ts

    r6ce6739 r107303c  
    5050
    5151    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()
    5953        .from(componentsTable)
    6054        .where(
Note: See TracChangeset for help on using the changeset viewer.