Skip to content

Commit 321723b

Browse files
authored
Fix example in readme again (#45)
1 parent b71511f commit 321723b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Every migration (e. g. `0001_create_my_sharded_space_DATETIME.lua`) should expos
138138
if_not_exists = true,
139139
unique = false
140140
})
141-
utils.register_sharding_key('my_sharded_space', {'bucket_id'})
141+
utils.register_sharding_key('my_sharded_space', {'key'})
142142
return true
143143
end
144144
```

0 commit comments

Comments
 (0)