UNPKG

node-pg-migrate

Version:

PostgreSQL database migration management tool for node.js

11 lines (8 loc) 555 B
import { M as MigrationOptions } from '../../migrationOptions-BgtOZlq1.js'; import { D as DropOptions, N as Name } from '../../generalTypes-BlKhVJMl.js'; import '../../logger.js'; import '../../utils/createTransformer.js'; type DropMaterializedViewOptions = DropOptions; type DropMaterializedView = (viewName: Name, dropOptions?: DropMaterializedViewOptions) => string; declare function dropMaterializedView(mOptions: MigrationOptions): DropMaterializedView; export { type DropMaterializedView, type DropMaterializedViewOptions, dropMaterializedView };