Skip to content

Commit

Permalink
Fix datetime merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoacastro committed Jul 25, 2024
1 parent 337ee34 commit ac24dc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drizzle-orm/src/singlestore-core/columns/datetime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import type { ColumnBuilderBaseConfig, ColumnBuilderRuntimeConfig, MakeColumnCon
import type { ColumnBaseConfig } from '~/column.ts';
import { entityKind } from '~/entity.ts';
import type { AnySingleStoreTable } from '~/singlestore-core/table.ts';
import { sql } from '~/sql/sql.ts';
import type { Equal } from '~/utils.ts';
import { SingleStoreColumn, SingleStoreColumnBuilder } from './common.ts';

Expand Down

0 comments on commit ac24dc3

Please sign in to comment.