Skip to content

Commit

Permalink
removed singlestoreproxy references
Browse files Browse the repository at this point in the history
  • Loading branch information
apeng-singlestore committed Sep 10, 2024
1 parent 93b9a4a commit d115d96
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions integration-tests/tests/singlestore/singlestore-common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ import {
varchar,
year,
} from 'drizzle-orm/singlestore-core';
import type { SingleStoreRemoteDatabase } from 'drizzle-orm/singlestore-proxy';
import { migrate } from 'drizzle-orm/singlestore/migrator';
import getPort from 'get-port';
import { v4 as uuid } from 'uuid';
Expand All @@ -75,9 +74,6 @@ declare module 'vitest' {
singlestore: {
db: TestSingleStoreDB;
};
singlestoreProxy: {
db: SingleStoreRemoteDatabase;
};
}
}

Expand Down

0 comments on commit d115d96

Please sign in to comment.