tarantool / migrations

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

Warn when register_sharding_key() is called with 'bucket_id' key #49

Closed vrogach2020 closed 3 years ago

vrogach2020 commented 3 years ago

As an option we can assert or raise an error here, but I think this can cause a lot of unexpected errors during upgrades . So currently we display a warning instead of raising an error.