Rémi Koenig
Rémi Koenig
Another use case is creating unique indexes using expressions like ``` CREATE UNIQUE INDEX example_index ON example_table ((some_json_field->>'field1'), (some_json_field->>'field2')); ``` Unfortunately not possible with a constraint.
> My understanding form the docs is that default search path is "$user", public. So this decreases the search area from any schema, to just those two. This is good...
No I guess one of the two can be removed in a future version. In `redux-api` there's also both but after glancing at the code I don't understand in which...
All requested changes were addressed. Let me know what you think.
I pushed a new commit (https://github.com/gabrielsroka/gabrielsroka.github.io/pull/67/commits/1ca7b8d1a6cf6bed2223f00a7077f2be61924805) addressing Norman's feedback * Filter for deleted users was wrong * Config popup: disable save button when no change / already saved * Remove...