diff options
Diffstat (limited to 'feature/container')
-rw-r--r-- | feature/container/list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/feature/container/list b/feature/container/list index 7e3832d..27ce255 100644 --- a/feature/container/list +++ b/feature/container/list @@ -12,7 +12,7 @@ Should be fairly straightforward since container tables are simple. For smart containers, can we group all the DELETEs, UPDATEs, and INSERTs? -- Ability to define custom indexes on container values +! Ability to define custom indexes on container values [dup] Currently we only support id and index but there is no good reason (other than complexity) why we shouldn't support values as well. Will need to |