summaryrefslogtreecommitdiff
path: root/db/schema/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema/index.ts')
-rw-r--r--db/schema/index.ts12
1 files changed, 12 insertions, 0 deletions
diff --git a/db/schema/index.ts b/db/schema/index.ts
new file mode 100644
index 00000000..714f058b
--- /dev/null
+++ b/db/schema/index.ts
@@ -0,0 +1,12 @@
+export * from './companies';
+export * from './contract';
+export * from './items';
+export * from './pq';
+export * from './projects';
+export * from './rfq';
+export * from './users';
+
+export * from './vendorData';
+export * from './vendorDocu';
+export * from './vendors';
+export * from './tasks';