summary refs log tree commit diff
path: root/src/db/schemas/index.js
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-06-01 17:41:31 +0200
committerRory& <root@rory.gay>2025-06-01 17:41:31 +0200
commit27cda7df659852317d751b4354f75dd54878d4a7 (patch)
tree6447a352b3b8395a3f51c4c4c647bc004473218a /src/db/schemas/index.js
parentRewrite routing (diff)
downloadnodejs-final-assignment-27cda7df659852317d751b4354f75dd54878d4a7.tar.xz
Add sensor history, balance
Diffstat (limited to 'src/db/schemas/index.js')
-rw-r--r--src/db/schemas/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/db/schemas/index.js b/src/db/schemas/index.js

index ee1c337..ef18499 100644 --- a/src/db/schemas/index.js +++ b/src/db/schemas/index.js
@@ -1 +1,3 @@ export * from './user.js'; +export * from './spendHistory.js'; +export * from './sensorHistory.js';