cycle / database

Database Abstraction Layer, Schema Introspection, Schema Generation, Query Builders
MIT License
54 stars 22 forks source link

Remove creation of index for foreign keys. #82

Closed wapmorgan closed 1 year ago

wapmorgan commented 1 year ago

I think it should be configurable via indexCreate only. Right now in cycle/database (1.0.3, and I think in latest versions) if indexCreate = false, index is beeing created anyway.

I think it should be removed to skip creation of unneeded indexes.

roxblnfk commented 1 year ago

Thanks. Fixed in https://github.com/cycle/database/releases/tag/2.5.0