phalcon / migrations

Generate or migrate database changes via migrations.
https://docs.phalcon.io/latest/en/db-migrations
BSD 3-Clause "New" or "Revised" License
28 stars 23 forks source link

generating migration for Postgres does not create indexes #118

Closed MaksymLevenets closed 2 years ago

MaksymLevenets commented 3 years ago

https://github.com/phalcon/migrations/blob/fec5c239a9abf718778e577cdd9eceb880ea624e/src/Migration/Action/Generate.php#L280

This part always skip index column if postgres adapter used.

BeMySlaveDarlin commented 2 years ago

Fixed in PR #120

Jeckerson commented 2 years ago

Released in https://github.com/phalcon/migrations/releases/tag/v2.2.1