Commit 9bb171d
committed
Allow empty
Most VSS users don't actually care about the `store_id` - they have
some data which they want to store for themselves (keyed on the
authenticated user id) and that's it. There's not really any reason
to force them to specify a `store_id`, the empty string is just as
valid as any other. Thus we allow it here.store_ids1 parent e4c8359 commit 9bb171d
File tree
2 files changed
+3
-2
lines changed- rust/impls/src
- postgres/sql
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments