tarantool / migrations

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

Add helper to register sharding function #59

Open no1seman opened 2 years ago

no1seman commented 2 years ago

Since ddl 1.6.0 and crud 0.11.0+ needs _ddl_sharding_func space need to add analogue of utils.register_sharding_key(): utils.register_sharding_func()

https://github.com/tarantool/migrations/blob/d597604cb2658350787c09f4855141d7da29c18f/migrator/utils.lua#L28