feat: add Drizzle enums for schema

Made-with: Cursor
This commit is contained in:
Anton
2026-03-04 13:37:55 +03:00
parent 53525dcd52
commit a7394c4d9d
12 changed files with 749 additions and 0 deletions

1
src/db/schema/index.ts Normal file
View File

@@ -0,0 +1 @@
export * from './enums.js';