tarantool / migrations

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

Fix example in readme #41

Closed rosik closed 3 years ago

rosik commented 3 years ago

The main change:

- utils.register_sharding_key('my_sharded_space', {'bucket_id'})
+ utils.register_sharding_key('my_sharded_space', {'key'})

Also fix trailing spaces