0.3.0 Dev Release
Pre-release
Pre-release
Changed
- #2
dropIndextakes index name (string) orIndexas argument !!!BC Break!!!- This is needed for PostgresDocumentStore, because it defines a special index that also adds columns. When the index should be dropped, the columns need to be dropped, too. Information is provided by the index class, hence it needs to be passed to
dropIndex.
- This is needed for PostgresDocumentStore, because it defines a special index that also adds columns. When the index should be dropped, the columns need to be dropped, too. Information is provided by the index class, hence it needs to be passed to