Skip to content

Commit

Permalink
rm bson, index references
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchwadair committed Sep 4, 2024
1 parent 053296f commit 2c397ee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 58 deletions.
53 changes: 0 additions & 53 deletions drizzle-orm/src/singlestore-core/columns/bson.ts

This file was deleted.

5 changes: 0 additions & 5 deletions drizzle-orm/src/singlestore-core/columns/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export * from './bigint.ts';
export * from './binary.ts';
export * from './boolean.ts';
export * from './bson.ts';
export * from './char.ts';
export * from './common.ts';
export * from './custom.ts';
Expand All @@ -11,9 +10,6 @@ export * from './decimal.ts';
export * from './double.ts';
export * from './enum.ts';
export * from './float.ts';
export * from './geography.ts';
export * from './geographypoint.ts';
export * from './guid.ts';
export * from './int.ts';
export * from './json.ts';
export * from './mediumint.ts';
Expand All @@ -24,7 +20,6 @@ export * from './text.ts';
export * from './time.ts';
export * from './timestamp.ts';
export * from './tinyint.ts';
export * from './uuid.ts';
export * from './varbinary.ts';
export * from './varchar.ts';
export * from './year.ts';

0 comments on commit 2c397ee

Please sign in to comment.