summary refs log tree commit diff
path: root/src/db/schemas/index.js
diff options
context:
space:
mode:
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';