Skip to content

Commit 1a9733d

Browse files
committed
fix(type-orm): re-export timescaledb schemas
1 parent f68259c commit 1a9733d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/typeorm/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ export { Rollup, ROLLUP_METADATA_KEY } from './decorators/Rollup';
99
export { CandlestickColumn, CANDLESTICK_COLUMN_METADATA_KEY } from './decorators/CandlestickColumn';
1010
export { TimeColumn, TIME_COLUMN_METADATA_KEY } from './decorators/TimeColumn';
1111

12+
export * from '@timescaledb/schemas'
1213
export * from './repository/TimescaleRepository';

0 commit comments

Comments
 (0)