File tree Expand file tree Collapse file tree 5 files changed +19
-19
lines changed
drizzle-orm/src/up-migrations Expand file tree Collapse file tree 5 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 1- import type { MigrationMeta } from '~/migrator' ;
2- import type { MsSqlSession } from '~/mssql-core' ;
1+ import type { MigrationMeta } from '~/migrator.ts ' ;
2+ import type { MsSqlSession } from '~/mssql-core/session.ts ' ;
33import { sql } from '~/sql/sql.ts' ;
44
55const CURRENT_MIGRATION_TABLE_VERSION = 1 ;
Original file line number Diff line number Diff line change 1- import type { MigrationMeta } from '~/migrator' ;
2- import type { MySqlSession } from '~/mysql-core' ;
1+ import type { MigrationMeta } from '~/migrator.ts ' ;
2+ import type { MySqlSession } from '~/mysql-core/session.ts ' ;
33import { type SQL , sql } from '~/sql/sql.ts' ;
44
55const CURRENT_MIGRATION_TABLE_VERSION = 1 ;
Original file line number Diff line number Diff line change 1- import type { TablesRelationalConfig } from '~/_relations' ;
2- import type { MigrationMeta } from '~/migrator' ;
3- import type { NeonHttpSession } from '~/neon-http' ;
4- import type { PgAsyncSession } from '~/pg-core' ;
5- import type { AnyRelations } from '~/relations' ;
1+ import type { TablesRelationalConfig } from '~/_relations.ts ' ;
2+ import type { MigrationMeta } from '~/migrator.ts ' ;
3+ import type { NeonHttpSession } from '~/neon-http/session.ts ' ;
4+ import type { PgAsyncSession } from '~/pg-core/async/session.ts ' ;
5+ import type { AnyRelations } from '~/relations.ts ' ;
66import { type SQL , sql } from '~/sql/sql.ts' ;
7- import type { XataHttpSession } from '~/xata-http' ;
7+ import type { XataHttpSession } from '~/xata-http/session.ts ' ;
88
99const CURRENT_MIGRATION_TABLE_VERSION = 1 ;
1010
Original file line number Diff line number Diff line change 1- import type { MigrationMeta } from '~/migrator' ;
2- import type { SingleStoreSession } from '~/singlestore-core' ;
1+ import type { MigrationMeta } from '~/migrator.ts ' ;
2+ import type { SingleStoreSession } from '~/singlestore-core/session.ts ' ;
33import { type SQL , sql } from '~/sql/sql.ts' ;
44
55const CURRENT_MIGRATION_TABLE_VERSION = 1 ;
Original file line number Diff line number Diff line change 11import type { TablesRelationalConfig } from '~/_relations.ts' ;
2- import type { SQLiteD1Session } from '~/d1' ;
3- import type { LibSQLSession } from '~/libsql' ;
4- import type { MigrationMeta } from '~/migrator' ;
5- import type { AnyRelations } from '~/relations' ;
2+ import type { SQLiteD1Session } from '~/d1/session.ts ' ;
3+ import type { LibSQLSession } from '~/libsql/session.ts ' ;
4+ import type { MigrationMeta } from '~/migrator.ts ' ;
5+ import type { AnyRelations } from '~/relations.ts ' ;
66import { type SQL , sql } from '~/sql/sql.ts' ;
7- import type { SQLiteCloudSession } from '~/sqlite-cloud' ;
8- import type { SQLiteSession } from '~/sqlite-core' ;
9- import type { SQLiteRemoteSession } from '~/sqlite-proxy' ;
7+ import type { SQLiteCloudSession } from '~/sqlite-cloud/session.ts ' ;
8+ import type { SQLiteSession } from '~/sqlite-core/session.ts ' ;
9+ import type { SQLiteRemoteSession } from '~/sqlite-proxy/session.ts ' ;
1010
1111const CURRENT_MIGRATION_TABLE_VERSION = 1 ;
1212
You can’t perform that action at this time.
0 commit comments