Skip to content

0.3.0 Dev Release

Pre-release
Pre-release

Choose a tag to compare

@codeliner codeliner released this 06 Jul 20:00
· 31 commits to master since this release
4012a25

Changed

  • #2 dropIndex takes index name (string) or Index as 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.