tarantool / migrations

BSD 2-Clause "Simplified" License
21 stars 5 forks source link

[68] added utils.check_roles_enabled helper #69

Closed Satbek closed 7 months ago

Satbek commented 7 months ago

This helper check are provided roles enabled on instance. It might be very usefull if you want to run migration code only on specific roles.

Closes #68

DifferentialOrange commented 7 months ago

It also look like you tests had failed for some reason. We'll need to fix it before merging.