UNPKG

@sologence/nestjs-redshift-migration

Version:

NestJS migration module for Redshift data migration

8 lines (7 loc) 168 B
export declare class MigrationHistory { id?: number; migration_file_name: string; migration_dir_key: string; created_on: Date; timestamp: number; }