cybertec-postgresql / db_migrator

Other
21 stars 8 forks source link

Triggers may depend on views #30

Closed fljdin closed 1 year ago

fljdin commented 1 year ago

The db_migrate() method assumes that triggers are build before views but triggers may depend on views.

If there is no doubt on this, we should reorder db_migrate() calls, update comments on functions and documentation in README.

laurenz commented 1 year ago

Yes, that makes sense. Thanks.