feat: add user_stats, audit_logs and verification tokens schema

Made-with: Cursor
This commit is contained in:
Anton
2026-03-04 13:38:46 +03:00
parent 970a864823
commit ed8658916c
5 changed files with 87 additions and 0 deletions

View File

@@ -7,3 +7,7 @@ export * from './testQuestions.js';
export * from './questionBank.js';
export * from './questionCacheMeta.js';
export * from './questionReports.js';
export * from './userStats.js';
export * from './auditLogs.js';
export * from './userQuestionLog.js';
export * from './verificationTokens.js';