Skip to content

Commit

Permalink
nvm to lts
Browse files Browse the repository at this point in the history
  • Loading branch information
LexSwed committed Nov 2, 2024
1 parent 5abaff3 commit c269524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22
lts/jod
1 change: 1 addition & 0 deletions packages/web/src/server/db/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ export const activitiesTable = sqliteTable(
date: zonedDateTimeISO("activity_date"),
},
(table) => ({
// TODO: combined index depending on the access
petIdx: index("pet_id_idx").on(table.petId),
typeIdx: index("type_idx").on(table.type),
dateIdx: index("date_idx").on(table.date),
Expand Down

0 comments on commit c269524

Please sign in to comment.